Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dhci_event.c958 hdev->le_pkts = rp->le_max_pkt; in hci_cc_le_read_buffer_size()
960 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
962 BT_DBG("%s le mtu %d:%d", hdev->name, hdev->le_mtu, hdev->le_pkts); in hci_cc_le_read_buffer_size()
3673 if (hdev->le_pkts) { in hci_num_comp_pkts_evt()
3675 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
3676 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
Dhci_core.c2108 di.acl_pkts = hdev->le_pkts; in hci_get_dev_info()
4202 if (!hdev->le_cnt && hdev->le_pkts && in hci_sched_le()
4207 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
4230 if (hdev->le_pkts) in hci_sched_le()
Dhci_conn.c592 if (hdev->le_pkts) in hci_conn_del()
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h329 unsigned int le_pkts; member