Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_var.h70 u_int16_t sco_pkts; /* size of buffer (packets) */ member
108 if ((b).sco_free > (b).sco_pkts) \
109 (b).sco_free = (b).sco_pkts; \
112 #define NG_HCI_BUFF_SCO_TOTAL(b, v) (v) = (b).sco_pkts
118 (b).sco_pkts = (n); \
H A Dng_hci_main.c416 NG_HCI_BUFF_SCO_TOTAL(unit->buffer, ep->sco_pkts); in ng_hci_default_rcvmsg()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h588 u_int16_t sco_pkts; /* number of SCO packets */ member