Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_core.c3379 cnt = hdev->sco_cnt; in hci_quote_sent()
3630 cnt = &hdev->sco_cnt; in hci_sched_sco()
3788 hdev->sco_cnt, hdev->le_cnt, hdev->iso_cnt); in hci_tx_work()
H A Dhci_event.c954 hdev->sco_cnt = hdev->sco_pkts; in hci_cc_read_buffer_size()
4572 hdev->sco_cnt += count; in hci_num_comp_pkts_evt()
4573 if (hdev->sco_cnt > hdev->sco_pkts) in hci_num_comp_pkts_evt()
4574 hdev->sco_cnt = hdev->sco_pkts; in hci_num_comp_pkts_evt()
H A Dhci_sync.c5630 hdev->sco_cnt = 0; in hci_dev_close_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h475 unsigned int sco_cnt; member