Searched refs:acl_cnt (Results 1 – 6 of 6) sorted by relevance
47 count = be32_to_cpu(aclp->acl_cnt); in xfs_acl_from_disk()103 aclp->acl_cnt = cpu_to_be32(acl->a_count); in xfs_acl_to_disk()
1788 hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0; in hci_dev_do_reset()4439 cnt = hdev->acl_cnt; in hci_low_sent()4446 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_low_sent()4542 cnt = hdev->acl_cnt; in hci_chan_sent()4552 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_chan_sent()4682 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()4689 while (hdev->acl_cnt && in hci_sched_acl_pkt()4708 hdev->acl_cnt--; in hci_sched_acl_pkt()4718 if (cnt != hdev->acl_cnt) in hci_sched_acl_pkt()4810 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()[all …]
768 hdev->acl_cnt = hdev->acl_pkts; in hci_cc_read_buffer_size()3928 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()3929 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()3930 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()3939 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()3940 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()3941 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
780 hdev->acl_cnt += conn->sent; in hci_conn_del()787 hdev->acl_cnt += conn->sent; in hci_conn_del()
1729 __be32 acl_cnt; member
449 unsigned int acl_cnt; member
Completed in 37 milliseconds