Searched refs:acl_size (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/netgraph/bluetooth/hci/ |
| H A D | ng_hci_var.h | 72 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 D | ng_hci_main.c | 304 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 D | bluetooth.h | 119 uint16_t acl_size; member
|
| H A D | hci.c | 649 di->acl_size = rp.r3.buffer.acl_size; in bt_devinfo()
|
| /freebsd/sys/sys/ |
| H A D | acl.h | 412 ssize_t acl_size(acl_t _acl);
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | acl_common.c | 265 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 D | node.c | 121 r.buffer.acl_size); in hci_read_node_buffer_size()
|
| /freebsd/sys/netgraph/bluetooth/include/ |
| H A D | ng_hci.h | 591 u_int16_t acl_size; /* max. size of ACL packet */ member
|