Lines Matching refs:acl_cnt
1813 hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0; in hci_dev_do_reset()
3843 cnt = hdev->acl_cnt; in hci_low_sent()
3850 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_low_sent()
3946 cnt = hdev->acl_cnt; in hci_chan_sent()
3956 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_chan_sent()
4038 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()
4045 while (hdev->acl_cnt && in hci_sched_acl_pkt()
4064 hdev->acl_cnt--; in hci_sched_acl_pkt()
4070 if (cnt != hdev->acl_cnt) in hci_sched_acl_pkt()
4218 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
4244 hdev->acl_cnt = cnt; in hci_sched_le()
4255 BT_DBG("%s acl %d sco %d le %d", hdev->name, hdev->acl_cnt, in hci_tx_work()