ng_bt_mbufq
struct ng_bt_mbufq sc_xmitq_hipri; /* hi-priority transmit queue */
struct ng_bt_mbufq sc_xmitq; /* low-priority transmit queue */
struct ng_bt_mbufq *queue_ptr;
struct ng_bt_mbufq *q;
struct ng_bt_mbufq *q;
struct ng_bt_mbufq sc_cmdq; /* HCI command queue */
struct ng_bt_mbufq sc_aclq; /* ACL data queue */
struct ng_bt_mbufq sc_scoq; /* SCO data queue */
typedef struct ng_bt_mbufq ng_bt_mbufq_t;
typedef struct ng_bt_mbufq * ng_bt_mbufq_p;
struct ng_bt_mbufq outq; /* outgoing queue */