Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netgraph/bluetooth/hci/
HDng_hci_var.h68 u_int16_t sco_pkts; /* size of buffer (packets) */ member
106 if ((b).sco_free > (b).sco_pkts) \
107 (b).sco_free = (b).sco_pkts; \
110 #define NG_HCI_BUFF_SCO_TOTAL(b, v) (v) = (b).sco_pkts
116 (b).sco_pkts = (n); \
HDng_hci_main.c399 NG_HCI_BUFF_SCO_TOTAL(unit->buffer, ep->sco_pkts); in ng_hci_default_rcvmsg()
/freebsd-11-stable/lib/libbluetooth/
HDbluetooth.h115 uint16_t sco_pkts; member
HDhci.c585 di->sco_pkts = rp.r3.buffer.sco_pkts; in bt_devinfo()
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
HDnode.c130 r.buffer.sco_pkts); in hci_read_node_buffer_size()
/freebsd-11-stable/sys/netgraph/bluetooth/include/
HDng_hci.h521 u_int16_t sco_pkts; /* number of SCO packets */ member