Home
last modified time | relevance | path

Searched refs:ae_id (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_acl.c60 acl_e->e_uid = xfs_uid_to_kuid(be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk()
63 acl_e->e_gid = xfs_gid_to_kgid(be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk()
96 ace->ae_id = cpu_to_be32(xfs_kuid_to_uid(acl_e->e_uid)); in xfs_acl_to_disk()
99 ace->ae_id = cpu_to_be32(xfs_kgid_to_gid(acl_e->e_gid)); in xfs_acl_to_disk()
102 ace->ae_id = cpu_to_be32(ACL_UNDEFINED_ID); in xfs_acl_to_disk()
/Linux-v5.4/drivers/crypto/qat/qat_common/
Dicp_qat_fw_init_admin.h92 uint8_t ae_id; member
/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_hw.c305 __func__, info->ae_id, info->qp, info->qp_cq_id); in i40iw_process_aeq()
322 iwqp->last_aeq = info->ae_id; in i40iw_process_aeq()
327 if (info->ae_id != I40IW_AE_CQ_OPERATION_ERROR) in i40iw_process_aeq()
331 switch (info->ae_id) { in i40iw_process_aeq()
377 info->ae_id); in i40iw_process_aeq()
Di40iw_ctrl.c1792 info->ae_id = (u16)RS_64(temp, I40IW_AEQE_AECODE); in i40iw_sc_get_next_aeqe()
1798 switch (info->ae_id) { in i40iw_sc_get_next_aeqe()
4418 switch (info->ae_id) { in i40iw_bld_terminate_hdr()
4617 info->ae_id = aeq_id; in i40iw_terminate_received()
4618 if (info->ae_id) { in i40iw_terminate_received()
Di40iw_type.h758 u16 ae_id; member
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_format.h1662 __be32 ae_id; member