Searched refs:acl_cnt (Results 1 – 6 of 6) sorted by relevance
51 count = be32_to_cpu(aclp->acl_cnt); in xfs_acl_from_disk()102 aclp->acl_cnt = cpu_to_be32(acl->a_count); in xfs_acl_to_disk()
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()[all …]
680 hdev->acl_cnt = hdev->acl_pkts; in hci_cc_read_buffer_size()3214 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()3215 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()3216 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()3225 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()3226 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()3227 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
581 hdev->acl_cnt += conn->sent; in hci_conn_del()588 hdev->acl_cnt += conn->sent; in hci_conn_del()
1483 __be32 acl_cnt; member
292 unsigned int acl_cnt; member