Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dhci_event.c1047 hdev->le_pkts = rp->le_max_pkt; in hci_cc_le_read_buffer_size()
1049 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
1051 BT_DBG("%s le mtu %d:%d", hdev->name, hdev->le_mtu, hdev->le_pkts); in hci_cc_le_read_buffer_size()
3886 if (hdev->le_pkts) { in hci_num_comp_pkts_evt()
3888 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
3889 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
Dhci_core.c2200 di.acl_pkts = hdev->le_pkts; in hci_get_dev_info()
4862 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
4892 if (hdev->le_pkts) in hci_sched_le()
Dhci_conn.c656 if (hdev->le_pkts) in hci_conn_del()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h447 unsigned int le_pkts; member