Searched refs:bce_cmd_unregister_queue (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/apple_bce/ |
| H A D | apple_bce_queue.h | 47 uint32_t bce_cmd_unregister_queue(struct bce_queue_cmdq *cmdq,
|
| H A D | apple_bce_vhci.c | 437 bce_cmd_unregister_queue(sc->sc_cmd_cmdq, sc, sq_qid); in bce_vhci_msg_queue_create() 446 bce_cmd_unregister_queue(sc->sc_cmd_cmdq, sc, cq_qid); in bce_vhci_msg_queue_create() 477 bce_cmd_unregister_queue(sc->sc_cmd_cmdq, sc, mq->sq->qid); in bce_vhci_msg_queue_destroy() 495 bce_cmd_unregister_queue(sc->sc_cmd_cmdq, sc, mq->cq->qid); in bce_vhci_msg_queue_destroy() 636 bce_cmd_unregister_queue(sc->sc_cmd_cmdq, sc, sq_qid); in bce_vhci_evt_queue_create() 658 bce_cmd_unregister_queue(sc->sc_cmd_cmdq, sc, eq->sq->qid); in bce_vhci_evt_queue_destroy() 2112 bce_cmd_unregister_queue(sc->sc_cmd_cmdq, sc, in_qid); in bce_vhci_endpoint_create() 2123 bce_cmd_unregister_queue(sc->sc_cmd_cmdq, sc, out_qid); in bce_vhci_endpoint_create() 2134 bce_cmd_unregister_queue(sc->sc_cmd_cmdq, sc, cq_qid); in bce_vhci_endpoint_create() 2229 bce_cmd_unregister_queue(sc->sc_cmd_cmdq, sc, in_qid); in bce_vhci_endpoint_destroy() [all …]
|
| H A D | apple_bce_queue.c | 423 bce_cmd_unregister_queue(struct bce_queue_cmdq *cmdq, in bce_cmd_unregister_queue() function
|