Home
last modified time | relevance | path

Searched refs:bce_alloc_cq (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/apple_bce/
H A Dapple_bce_queue.h17 struct bce_queue_cq *bce_alloc_cq(struct apple_bce_softc *sc, int qid,
H A Dapple_bce_queue.c67 bce_alloc_cq(struct apple_bce_softc *sc, int qid, uint32_t el_count) in bce_alloc_cq() function
H A Dapple_bce.c314 sc->sc_cmd_cq = bce_alloc_cq(sc, 0, 32); in apple_bce_setup_cmd_queues()
H A Dapple_bce_vhci.c340 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()