Home
last modified time | relevance | path

Searched refs:sco_cnt (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/bluetooth/
H A Dhci_core.c558 hdev->sco_cnt = 0; in hci_dev_do_reset()
3343 cnt = hdev->sco_cnt; in hci_quote_sent()
3580 cnt = &hdev->sco_cnt; in hci_sched_sco()
3734 hdev->sco_cnt, hdev->le_cnt, hdev->iso_cnt); in hci_tx_work()
H A Dhci_event.c948 hdev->sco_cnt = hdev->sco_pkts; in hci_cc_read_buffer_size()
4464 hdev->sco_cnt += count; in hci_num_comp_pkts_evt()
4465 if (hdev->sco_cnt > hdev->sco_pkts) in hci_num_comp_pkts_evt()
4466 hdev->sco_cnt = hdev->sco_pkts; in hci_num_comp_pkts_evt()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h467 unsigned int sco_cnt; member