Lines Matching refs:acl_cnt
1775 hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0; in hci_dev_do_reset()
3720 cnt = hdev->acl_cnt; in hci_low_sent()
3727 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_low_sent()
3823 cnt = hdev->acl_cnt; in hci_chan_sent()
3833 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_chan_sent()
3915 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()
3922 while (hdev->acl_cnt && in hci_sched_acl_pkt()
3941 hdev->acl_cnt--; in hci_sched_acl_pkt()
3947 if (cnt != hdev->acl_cnt) in hci_sched_acl_pkt()
4095 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
4121 hdev->acl_cnt = cnt; in hci_sched_le()
4132 BT_DBG("%s acl %d sco %d le %d", hdev->name, hdev->acl_cnt, in hci_tx_work()