Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_core.c630 hdev->le_cnt = 0; in hci_dev_do_reset()
3357 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3361 hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3756 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
3787 hdev->le_cnt = cnt; in hci_sched_le()
3808 hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_iso()
3828 hdev->sco_cnt, hdev->le_cnt, hdev->iso_cnt); in hci_tx_work()
Dhci_event.c1253 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
3806 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size_v2()
4468 hdev->le_cnt += count; in hci_num_comp_pkts_evt()
4469 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
4470 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
4490 hdev->le_cnt += count; in hci_num_comp_pkts_evt()
4491 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
4492 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
Dhci_conn.c1131 hdev->le_cnt += conn->sent; in hci_conn_del()
1140 hdev->le_cnt += conn->sent; in hci_conn_del()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h485 unsigned int le_cnt; member