Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dhci_core.c1908 hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0; in hci_dev_do_reset()
4498 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_low_sent()
4604 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_chan_sent()
4862 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
4893 hdev->le_cnt = cnt; in hci_sched_le()
4907 hdev->sco_cnt, hdev->le_cnt); in hci_tx_work()
Dhci_event.c1049 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
3887 hdev->le_cnt += count; 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_conn.c657 hdev->le_cnt += conn->sent; in hci_conn_del()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h440 unsigned int le_cnt; member