Home
last modified time | relevance | path

Searched refs:acl_size (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h72 u_int16_t acl_size; /* max. size of one packet */ member
95 #define NG_HCI_BUFF_ACL_SIZE(b, v) (v) = (b).acl_size
99 (b).acl_size = (s); \
H A Dng_hci_main.c304 acl_total, acl_avail, acl_size, in ng_hci_default_rcvmsg() local
317 NG_HCI_BUFF_ACL_SIZE(unit->buffer, acl_size); in ng_hci_default_rcvmsg()
339 acl_avail, acl_total, acl_size, in ng_hci_default_rcvmsg()
413 NG_HCI_BUFF_ACL_SIZE(unit->buffer, ep->acl_size); in ng_hci_default_rcvmsg()
/freebsd/lib/libbluetooth/
H A Dbluetooth.h119 uint16_t acl_size; member
H A Dhci.c649 di->acl_size = rp.r3.buffer.acl_size; in bt_devinfo()
/freebsd/sys/sys/
H A Dacl.h412 ssize_t acl_size(acl_t _acl);
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c265 int acl_size; in acl_free() local
271 acl_size = aclp->acl_cnt * aclp->acl_entry_size; in acl_free()
272 cacl_free(aclp->acl_aclp, acl_size); in acl_free()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dnode.c121 r.buffer.acl_size); in hci_read_node_buffer_size()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h591 u_int16_t acl_size; /* max. size of ACL packet */ member