Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_core.c578 hdev->le_cnt = 0; in hci_dev_do_reset()
3406 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3741 cnt = hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_le()
3812 hdev->sco_cnt, hdev->le_cnt, hdev->iso_cnt); in hci_tx_work()
H A Dhci_conn.c1275 hdev->le_cnt + conn->sent > hdev->le_pkts) in hci_conn_del()
1276 hdev->le_cnt = hdev->le_pkts; in hci_conn_del()
1278 hdev->le_cnt += conn->sent; in hci_conn_del()
H A Dhci_event.c1219 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
3801 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size_v2()
4529 hdev->le_cnt += count; in hci_num_comp_pkts_evt()
4530 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
4531 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
/linux/include/net/bluetooth/
H A Dhci_core.h478 unsigned int le_cnt; member