Searched refs:acl_cnt (Results 1 – 6 of 6) sorted by relevance
39 count = be32_to_cpu(aclp->acl_cnt); in xfs_acl_from_disk()90 aclp->acl_cnt = cpu_to_be32(acl->a_count); in xfs_acl_to_disk()
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()[all …]
681 hdev->acl_cnt = hdev->acl_pkts; in hci_cc_read_buffer_size()3536 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()3537 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()3538 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()3547 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()3548 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()3549 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
585 hdev->acl_cnt += conn->sent; in hci_conn_del()592 hdev->acl_cnt += conn->sent; in hci_conn_del()
1660 __be32 acl_cnt; member
303 unsigned int acl_cnt; member