Searched refs:pf_eqe (Results 1 – 1 of 1) sorted by relevance
226 struct mlx5_eqe_page_fault *pf_eqe; in eq_pf_process() local239 pf_eqe = &eqe->data.page_fault; in eq_pf_process()241 pfault->bytes_committed = be32_to_cpu(pf_eqe->bytes_committed); in eq_pf_process()251 be32_to_cpu(pf_eqe->rdma.pftype_token) >> 24; in eq_pf_process()253 be32_to_cpu(pf_eqe->rdma.pftype_token) & in eq_pf_process()256 be32_to_cpu(pf_eqe->rdma.r_key); in eq_pf_process()258 be16_to_cpu(pf_eqe->rdma.packet_length); in eq_pf_process()260 be32_to_cpu(pf_eqe->rdma.rdma_op_len); in eq_pf_process()262 be64_to_cpu(pf_eqe->rdma.rdma_va); in eq_pf_process()276 (be32_to_cpu(pf_eqe->wqe.pftype_wq) >> 24) & 0x7; in eq_pf_process()[all …]