Home
last modified time | relevance | path

Searched refs:le_pkts (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/net/bluetooth/
Dhci_event.c1237 hdev->le_pkts = rp->le_max_pkt; in hci_cc_le_read_buffer_size()
1239 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
1241 BT_DBG("%s le mtu %d:%d", hdev->name, hdev->le_mtu, hdev->le_pkts); in hci_cc_le_read_buffer_size()
3795 hdev->le_pkts = rp->acl_max_pkt; in hci_cc_le_read_buffer_size_v2()
3799 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size_v2()
4400 if (hdev->le_pkts) { in hci_num_comp_pkts_evt()
4402 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
4403 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
4422 } else if (hdev->le_pkts) { in hci_num_comp_pkts_evt()
4424 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
[all …]
Dhci_core.c923 di.acl_pkts = hdev->le_pkts; in hci_get_dev_info()
3697 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
3727 if (hdev->le_pkts) in hci_sched_le()
3749 hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_iso()
Dhci_conn.c1074 if (hdev->le_pkts) in hci_conn_del()
1090 else if (hdev->le_pkts) in hci_conn_del()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h492 unsigned int le_pkts; member