Lines Matching defs:intents
951 device_printf(sc->sc_dev, "all intents in use\n");
1101 struct qcpas_glink_intent_pair *intents;
1106 intents = kmem_zalloc(sizeof(*intents) * count, KM_SLEEP);
1107 qcpas_glink_rx(sc, (char *)intents, sizeof(*intents) * count);
1117 kmem_free(intents, sizeof(*intents) * count);
1123 it->it_id = intents[i].iid;
1124 it->it_size = intents[i].size;
1128 kmem_free(intents, sizeof(*intents) * count);