Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dodp.c1389 struct mlx5_eqe_page_fault *pf_eqe; in mlx5_ib_eq_pf_process() local
1401 pf_eqe = &eqe->data.page_fault; in mlx5_ib_eq_pf_process()
1403 pfault->bytes_committed = be32_to_cpu(pf_eqe->bytes_committed); in mlx5_ib_eq_pf_process()
1413 be32_to_cpu(pf_eqe->rdma.pftype_token) >> 24; in mlx5_ib_eq_pf_process()
1415 be32_to_cpu(pf_eqe->rdma.pftype_token) & in mlx5_ib_eq_pf_process()
1418 be32_to_cpu(pf_eqe->rdma.r_key); in mlx5_ib_eq_pf_process()
1420 be16_to_cpu(pf_eqe->rdma.packet_length); in mlx5_ib_eq_pf_process()
1422 be32_to_cpu(pf_eqe->rdma.rdma_op_len); in mlx5_ib_eq_pf_process()
1424 be64_to_cpu(pf_eqe->rdma.rdma_va); in mlx5_ib_eq_pf_process()
1438 (be32_to_cpu(pf_eqe->wqe.pftype_wq) >> 24) & 0x7; in mlx5_ib_eq_pf_process()
[all …]