Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_bluetooth.h76 #define NG_BT_MBUFQ_INIT(q, _maxlen) \ macro
/freebsd/sys/dev/usb/misc/
H A Dudbp.c335 NG_BT_MBUFQ_INIT(&sc->sc_xmitq, UDBP_Q_MAXLEN); in udbp_attach()
337 NG_BT_MBUFQ_INIT(&sc->sc_xmitq_hipri, UDBP_Q_MAXLEN); in udbp_attach()
/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c715 NG_BT_MBUFQ_INIT(&sc->sc_cmdq, UBT_DEFAULT_QLEN); in ubt_attach()
716 NG_BT_MBUFQ_INIT(&sc->sc_aclq, UBT_DEFAULT_QLEN); in ubt_attach()
717 NG_BT_MBUFQ_INIT(&sc->sc_scoq, UBT_DEFAULT_QLEN); in ubt_attach()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c151 NG_BT_MBUFQ_INIT(&unit->cmdq, NG_HCI_CMD_QUEUE_LEN); in ng_hci_constructor()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1274 NG_BT_MBUFQ_INIT(&s->outq, ifqmaxlen); in ng_btsocket_rfcomm_session_create()