Searched refs:bce_alloc_cq (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/apple_bce/ |
| H A D | apple_bce_queue.h | 17 struct bce_queue_cq *bce_alloc_cq(struct apple_bce_softc *sc, int qid,
|
| H A D | apple_bce_queue.c | 67 bce_alloc_cq(struct apple_bce_softc *sc, int qid, uint32_t el_count) in bce_alloc_cq() function
|
| H A D | apple_bce.c | 314 sc->sc_cmd_cq = bce_alloc_cq(sc, 0, 32); in apple_bce_setup_cmd_queues()
|
| H A D | apple_bce_vhci.c | 340 mq->cq = bce_alloc_cq(sc, cq_qid, el_count); in bce_vhci_msg_queue_create() 1972 tq->cq = bce_alloc_cq(sc, cq_qid, BCE_VHCI_TQ_EL); in bce_vhci_endpoint_create() 3552 vhci->ev_cq = bce_alloc_cq(sc, ev_cq_qid, in bce_vhci_create_queues()
|