Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c1897 hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0; in hci_dev_do_reset()
4308 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_low_sent()
4414 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_chan_sent()
4684 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
4715 hdev->le_cnt = cnt; in hci_sched_le()
4729 hdev->sco_cnt, hdev->le_cnt); in hci_tx_work()
H A Dhci_event.c1024 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
3793 hdev->le_cnt += count; in hci_num_comp_pkts_evt()
3794 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
3795 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
H A Dhci_conn.c626 hdev->le_cnt += conn->sent; in hci_conn_del()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h416 unsigned int le_cnt; member