Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_core.c579 hdev->sco_cnt = 0; in hci_dev_do_reset()
3316 cnt = hdev->sco_cnt; in hci_quote_sent()
3546 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
3569 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, ESCO_LINK, in hci_sched_esco()
3713 hdev->sco_cnt, hdev->le_cnt, hdev->iso_cnt); in hci_tx_work()
H A Dhci_event.c937 hdev->sco_cnt = hdev->sco_pkts; in hci_cc_read_buffer_size()
4440 hdev->sco_cnt += count; in hci_num_comp_pkts_evt()
4441 if (hdev->sco_cnt > hdev->sco_pkts) in hci_num_comp_pkts_evt()
4442 hdev->sco_cnt = hdev->sco_pkts; in hci_num_comp_pkts_evt()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h461 unsigned int sco_cnt; member