Home
last modified time | relevance | path

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

/freebsd/sys/dev/apple_bce/
H A Dapple_bce_queue.h26 struct bce_queue_sq *bce_alloc_sq(struct apple_bce_softc *sc, int qid,
H A Dapple_bce_queue.c198 bce_alloc_sq(struct apple_bce_softc *sc, int qid, uint32_t el_size, in bce_alloc_sq() function
H A Dapple_bce.c335 sq = bce_alloc_sq(sc, 1, BCE_CMD_SIZE, 32, NULL, NULL); in apple_bce_setup_cmd_queues()
H A Dapple_bce_vhci.c377 mq->sq = bce_alloc_sq(sc, sq_qid, in bce_vhci_msg_queue_create()
575 eq->sq = bce_alloc_sq(sc, sq_qid, in bce_vhci_evt_queue_create()
2015 tq->sq_out = bce_alloc_sq(sc, out_qid, in bce_vhci_endpoint_create()
2045 tq->sq_in = bce_alloc_sq(sc, in_qid, in bce_vhci_endpoint_create()