Home
last modified time | relevance | path

Searched refs:NG_BT_MBUFQ_FIRST (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_bluetooth.h90 #define NG_BT_MBUFQ_FIRST(q) (q)->head macro
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c120 m0 = NG_BT_MBUFQ_FIRST(&unit->cmdq); in ng_hci_send_command()
348 m = NG_BT_MBUFQ_FIRST(&unit->cmdq); in complete_command()