Lines Matching refs:acl_cnt
628 hdev->acl_cnt = 0; in hci_dev_do_reset()
3293 cnt = hdev->acl_cnt; in hci_quote_sent()
3303 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3307 hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3569 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()
3576 while (hdev->acl_cnt && in hci_sched_acl_pkt()
3595 hdev->acl_cnt--; in hci_sched_acl_pkt()
3605 if (cnt != hdev->acl_cnt) in hci_sched_acl_pkt()
3697 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
3730 hdev->acl_cnt = cnt; in hci_sched_le()
3749 hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_iso()
3768 BT_DBG("%s acl %d sco %d le %d iso %d", hdev->name, hdev->acl_cnt, in hci_tx_work()