Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c1299 hdev->le_cnt + conn->sent > hdev->le_pkts) in hci_conn_del()
1300 hdev->le_cnt = hdev->le_pkts; in hci_conn_del()
1302 hdev->le_cnt += conn->sent; in hci_conn_del()
H A Dhci_core.c3382 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3717 cnt = hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_le()
3788 hdev->sco_cnt, hdev->le_cnt, hdev->iso_cnt); in hci_tx_work()
H A Dhci_event.c1221 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
3827 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size_v2()
4560 hdev->le_cnt += count; in hci_num_comp_pkts_evt()
4561 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
4562 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
H A Dhci_sync.c5631 hdev->le_cnt = 0; in hci_dev_close_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h476 unsigned int le_cnt; member