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.c577 hdev->le_cnt = 0; in hci_dev_do_reset()
3405 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3740 cnt = hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_le()
3811 hdev->sco_cnt, hdev->le_cnt, hdev->iso_cnt); in hci_tx_work()
H A Dhci_conn.c1202 hdev->le_cnt + conn->sent > hdev->le_pkts) in hci_conn_del()
1203 hdev->le_cnt = hdev->le_pkts; in hci_conn_del()
1205 hdev->le_cnt += conn->sent; in hci_conn_del()
H A Dhci_event.c1215 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
3770 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size_v2()
4497 hdev->le_cnt += count; in hci_num_comp_pkts_evt()
4498 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
4499 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