Searched refs:num_hndl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 3772 skb->len < struct_size(ev, handles, ev->num_hndl)) { in hci_num_comp_pkts_evt() 3777 BT_DBG("%s num_hndl %d", hdev->name, ev->num_hndl); in hci_num_comp_pkts_evt() 3779 for (i = 0; i < ev->num_hndl; i++) { in hci_num_comp_pkts_evt() 3860 skb->len < struct_size(ev, handles, ev->num_hndl)) { in hci_num_comp_blocks_evt() 3865 BT_DBG("%s num_blocks %d num_hndl %d", hdev->name, ev->num_blocks, in hci_num_comp_blocks_evt() 3866 ev->num_hndl); in hci_num_comp_blocks_evt() 3868 for (i = 0; i < ev->num_hndl; i++) { in hci_num_comp_blocks_evt()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 2014 __u8 num_hndl; member 2247 __u8 num_hndl; member
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 2604 __u8 num_hndl; member
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 4543 flex_array_size(ev, handles, ev->num_hndl))) in hci_num_comp_blocks_evt() 4552 bt_dev_dbg(hdev, "num_blocks %d num_hndl %d", ev->num_blocks, in hci_num_comp_blocks_evt() 4553 ev->num_hndl); in hci_num_comp_blocks_evt() 4555 for (i = 0; i < ev->num_hndl; i++) { in hci_num_comp_blocks_evt()
|
Completed in 30 milliseconds