Home
last modified time | relevance | path

Searched refs:le_pkts (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_event.c1264 hdev->le_pkts = rp->le_max_pkt; in hci_cc_le_read_buffer_size()
1266 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
1268 BT_DBG("%s le mtu %d:%d", hdev->name, hdev->le_mtu, hdev->le_pkts); in hci_cc_le_read_buffer_size()
3802 hdev->le_pkts = rp->acl_max_pkt; in hci_cc_le_read_buffer_size_v2()
3806 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size_v2()
4472 if (hdev->le_pkts) { in hci_num_comp_pkts_evt()
4474 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
4475 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
4494 } else if (hdev->le_pkts) { in hci_num_comp_pkts_evt()
4496 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
[all...]
H A Dhci_core.c923 di.acl_pkts = hdev->le_pkts; in hci_get_dev_info()
3791 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
3821 if (hdev->le_pkts) in hci_sched_le()
3843 hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_iso()
H A Dhci_conn.c1132 if (hdev->le_pkts) in hci_conn_del()
1141 else if (hdev->le_pkts) in hci_conn_del()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_event.c1024 hdev->le_pkts = rp->le_max_pkt; in hci_cc_le_read_buffer_size()
1026 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
1028 BT_DBG("%s le mtu %d:%d", hdev->name, hdev->le_mtu, hdev->le_pkts); in hci_cc_le_read_buffer_size()
3801 if (hdev->le_pkts) { in hci_num_comp_pkts_evt()
3803 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
3804 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
H A Dhci_core.c2190 di.acl_pkts = hdev->le_pkts; in hci_get_dev_info()
4695 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
4725 if (hdev->le_pkts) in hci_sched_le()
H A Dhci_conn.c623 if (hdev->le_pkts) in hci_conn_del()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h429 unsigned int le_pkts;
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h501 unsigned int le_pkts; member

Completed in 35 milliseconds