Searched refs:sco_cnt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 629 hdev->sco_cnt = 0; in hci_dev_do_reset() 3389 cnt = hdev->sco_cnt; in hci_quote_sent() 3625 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, "e))) { in hci_sched_sco() 3648 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, ESCO_LINK, in hci_sched_esco() 3863 hdev->sco_cnt, hdev->le_cnt, hdev->iso_cnt); in hci_tx_work()
|
H A D | hci_event.c | 956 hdev->sco_cnt = hdev->sco_pkts; in hci_cc_read_buffer_size() 4484 hdev->sco_cnt += count; in hci_num_comp_pkts_evt() 4485 if (hdev->sco_cnt > hdev->sco_pkts) in hci_num_comp_pkts_evt() 4486 hdev->sco_cnt = hdev->sco_pkts; in hci_num_comp_pkts_evt()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_core.c | 1898 hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0; in hci_dev_do_reset() 4316 cnt = hdev->sco_cnt; in hci_low_sent() 4422 cnt = hdev->sco_cnt; in hci_chan_sent() 4529 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, "e))) { in hci_sched_sco() 4552 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, ESCO_LINK, in hci_sched_esco() 4740 hdev->sco_cnt, hdev->le_cnt); in hci_tx_work()
|
H A D | hci_event.c | 745 hdev->sco_cnt = hdev->sco_pkts; in hci_cc_read_buffer_size() 3813 hdev->sco_cnt += count; in hci_num_comp_pkts_evt() 3814 if (hdev->sco_cnt > hdev->sco_pkts) in hci_num_comp_pkts_evt() 3815 hdev->sco_cnt = hdev->sco_pkts; in hci_num_comp_pkts_evt()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 421 unsigned int sco_cnt;
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 491 unsigned int sco_cnt; member
|
Completed in 37 milliseconds