Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_bluetooth.h77 #define NG_BT_MBUFQ_INIT(q, _maxlen) \ macro
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c662 NG_BT_MBUFQ_INIT(&sc->sc_cmdq, UBT_DEFAULT_QLEN); in ubt_attach()
663 NG_BT_MBUFQ_INIT(&sc->sc_aclq, UBT_DEFAULT_QLEN); in ubt_attach()
664 NG_BT_MBUFQ_INIT(&sc->sc_scoq, UBT_DEFAULT_QLEN); in ubt_attach()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c152 NG_BT_MBUFQ_INIT(&unit->cmdq, NG_HCI_CMD_QUEUE_LEN); in ng_hci_constructor()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1285 NG_BT_MBUFQ_INIT(&s->outq, ifqmaxlen); in ng_btsocket_rfcomm_session_create()