Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/include/
H A Dng_bluetooth.h92 #define NG_BT_MBUFQ_FULL(q) ((q)->len >= (q)->maxlen) macro
177 #define NG_BT_ITEMQ_FULL(q) NG_BT_MBUFQ_FULL((q))
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_main.c1069 if (NG_BT_MBUFQ_FULL(&unit->cmdq)) { in ng_hci_raw_rcvdata()
/dragonfly/sys/netgraph7/bluetooth/drivers/ubt/
H A Dng_ubt.c1797 if (NG_BT_MBUFQ_FULL(q)) { in ng_ubt_rcvdata()