Home
last modified time | relevance | path

Searched refs:NG_BT_MBUFQ_DESTROY (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netgraph7/bluetooth/include/
H A Dng_bluetooth.h83 #define NG_BT_MBUFQ_DESTROY(q) \ macro
/dragonfly/sys/netgraph7/bluetooth/drivers/ubt/
H A Dng_ubt.c704 NG_BT_MBUFQ_DESTROY(&sc->sc_cmdq); in ubt_detach()
705 NG_BT_MBUFQ_DESTROY(&sc->sc_aclq); in ubt_detach()
706 NG_BT_MBUFQ_DESTROY(&sc->sc_scoq); in ubt_detach()
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_main.c172 NG_BT_MBUFQ_DESTROY(&unit->cmdq); in ng_hci_shutdown()