Lines Matching refs:acl_cnt
1721 hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0; in hci_dev_do_reset()
3566 cnt = hdev->acl_cnt; in hci_low_sent()
3573 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_low_sent()
3669 cnt = hdev->acl_cnt; in hci_chan_sent()
3679 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_chan_sent()
3761 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()
3768 while (hdev->acl_cnt && in hci_sched_acl_pkt()
3787 hdev->acl_cnt--; in hci_sched_acl_pkt()
3793 if (cnt != hdev->acl_cnt) in hci_sched_acl_pkt()
3941 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
3967 hdev->acl_cnt = cnt; in hci_sched_le()
3978 BT_DBG("%s acl %d sco %d le %d", hdev->name, hdev->acl_cnt, in hci_tx_work()