Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_bluetooth.h91 #define NG_BT_MBUFQ_FIRST(q) (q)->head macro
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c121 m0 = NG_BT_MBUFQ_FIRST(&unit->cmdq); in ng_hci_send_command()
349 m = NG_BT_MBUFQ_FIRST(&unit->cmdq); in complete_command()