Home
last modified time | relevance | path

Searched refs:le_cnt (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_core.c630 hdev->le_cnt = 0; in hci_dev_do_reset()
3392 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3396 hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3791 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
3822 hdev->le_cnt = cnt; in hci_sched_le()
3843 hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_iso()
3863 hdev->sco_cnt, hdev->le_cnt, hdev->iso_cnt); in hci_tx_work()
H A Dhci_event.c1266 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()
4473 hdev->le_cnt += count; in hci_num_comp_pkts_evt()
4474 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
4475 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
4495 hdev->le_cnt += count; in hci_num_comp_pkts_evt()
4496 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
4497 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
H A Dhci_conn.c1133 hdev->le_cnt += conn->sent; in hci_conn_del()
1142 hdev->le_cnt += conn->sent; in hci_conn_del()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_core.c1898 hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0; in hci_dev_do_reset()
4319 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_low_sent()
4425 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_chan_sent()
4695 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
4726 hdev->le_cnt = cnt; in hci_sched_le()
4740 hdev->sco_cnt, hdev->le_cnt); in hci_tx_work()
H A Dhci_event.c1026 hdev->le_cnt = hdev->le_pkts; in hci_cc_le_read_buffer_size()
3802 hdev->le_cnt += count; in hci_num_comp_pkts_evt()
3803 if (hdev->le_cnt > hdev->le_pkts) in hci_num_comp_pkts_evt()
3804 hdev->le_cnt = hdev->le_pkts; in hci_num_comp_pkts_evt()
H A Dhci_conn.c624 hdev->le_cnt += conn->sent; in hci_conn_del()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h422 unsigned int le_cnt;
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h492 unsigned int le_cnt; member

Completed in 36 milliseconds