Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_event.c913 hdev->le_pkts = rp->le_max_pkt; in hci_cc_le_read_buffer_size()
915 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
917 BT_DBG("%s le mtu %d:%d", hdev->name, hdev->le_mtu, hdev->le_pkts); in hci_cc_le_read_buffer_size()
3542 if (hdev->le_pkts) { in hci_num_comp_pkts_evt()
3544 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
3545 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
Dhci_core.c2067 di.acl_pkts = hdev->le_pkts; in hci_get_dev_info()
4090 if (!hdev->le_cnt && hdev->le_pkts && in hci_sched_le()
4095 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
4118 if (hdev->le_pkts) in hci_sched_le()
Dhci_conn.c589 if (hdev->le_pkts) in hci_conn_del()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h312 unsigned int le_pkts; member