Searched refs:bce_alloc_sq (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/apple_bce/ |
| H A D | apple_bce_queue.h | 26 struct bce_queue_sq *bce_alloc_sq(struct apple_bce_softc *sc, int qid,
|
| H A D | apple_bce_queue.c | 198 bce_alloc_sq(struct apple_bce_softc *sc, int qid, uint32_t el_size, in bce_alloc_sq() function
|
| H A D | apple_bce.c | 335 sq = bce_alloc_sq(sc, 1, BCE_CMD_SIZE, 32, NULL, NULL); in apple_bce_setup_cmd_queues()
|
| H A D | apple_bce_vhci.c | 377 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()
|