Searched refs:le_cnt (Results 1 – 4 of 4) sorted by relevance
1775 hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0; in hci_dev_do_reset()3727 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_low_sent()3833 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_chan_sent()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()4119 hdev->le_cnt = cnt; in hci_sched_le()4133 hdev->sco_cnt, hdev->le_cnt); in hci_tx_work()
915 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()3543 hdev->le_cnt += count; 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()
590 hdev->le_cnt += conn->sent; in hci_conn_del()
305 unsigned int le_cnt; member