Searched refs:HCI_MAX_EVENT_SIZE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | h4_recv.h | 39 .maxlen = HCI_MAX_EVENT_SIZE
|
H A D | hci_uart.h | 144 .maxlen = HCI_MAX_EVENT_SIZE
|
H A D | btusb.c | 708 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | h4_recv.h | 39 .maxlen = HCI_MAX_EVENT_SIZE
|
H A D | hci_uart.h | 155 .maxlen = HCI_MAX_EVENT_SIZE
|
H A D | hci_bcm4377.c | 110 #define MAX_EVENT_PAYLOAD_SIZE (HCI_MAX_EVENT_SIZE + HCI_EVENT_HDR_SIZE)
|
H A D | btusb.c | 1085 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 4205 sizeof(struct hci_rp_le_set_cig_params), HCI_MAX_EVENT_SIZE), 7263 HCI_MAX_EVENT_SIZE), 7286 HCI_MAX_EVENT_SIZE), 7293 HCI_MAX_EVENT_SIZE), 7302 HCI_MAX_EVENT_SIZE), 7316 HCI_MAX_EVENT_SIZE), 7321 HCI_MAX_EVENT_SIZE), 7326 HCI_MAX_EVENT_SIZE), 7532 sizeof(struct hci_ev_inquiry_result), HCI_MAX_EVENT_SIZE), 7560 sizeof(struct hci_ev_cmd_complete), HCI_MAX_EVENT_SIZE), [all...] |
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 31 #define HCI_MAX_EVENT_SIZE 260 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 32 #define HCI_MAX_EVENT_SIZE 260 macro
|
Completed in 38 milliseconds