Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h73 u_int16_t acl_pkts; /* size of buffer (packets) */ member
90 if ((b).acl_free > (b).acl_pkts) \
91 (b).acl_free = (b).acl_pkts; \
94 #define NG_HCI_BUFF_ACL_TOTAL(b, v) (v) = (b).acl_pkts
100 (b).acl_pkts = (n); \
H A Dng_hci_main.c412 NG_HCI_BUFF_ACL_TOTAL(unit->buffer, ep->acl_pkts); in ng_hci_default_rcvmsg()
/freebsd/lib/libbluetooth/
H A Dbluetooth.h120 uint16_t acl_pkts; member
H A Dhci.c650 di->acl_pkts = rp.r3.buffer.acl_pkts; in bt_devinfo()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dnode.c125 r.buffer.acl_pkts); in hci_read_node_buffer_size()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h590 u_int16_t acl_pkts; /* number of ACL packets */ member