Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h198 u8 cqe_version; member
1456 static inline int verify_assign_uidx(u8 cqe_version, u32 cmd_uidx, in verify_assign_uidx() argument
1459 if (cqe_version) { in verify_assign_uidx()
1476 u8 cqe_version = ucontext->cqe_version; in get_qp_user_index() local
1478 if ((offsetofend(typeof(*ucmd), uidx) <= inlen) && !cqe_version && in get_qp_user_index()
1482 if ((offsetofend(typeof(*ucmd), uidx) <= inlen) != !!cqe_version) in get_qp_user_index()
1485 return verify_assign_uidx(cqe_version, ucmd->uidx, user_index); in get_qp_user_index()
1493 u8 cqe_version = ucontext->cqe_version; in get_srq_user_index() local
1495 if ((offsetofend(typeof(*ucmd), uidx) <= inlen) && !cqe_version && in get_srq_user_index()
1499 if ((offsetofend(typeof(*ucmd), uidx) <= inlen) != !!cqe_version) in get_srq_user_index()
[all …]
Dsrq.c93 if (MLX5_CAP_GEN(dev->mdev, cqe_version) == MLX5_CQE_VERSION_V1 && in create_srq_user()
154 if (MLX5_CAP_GEN(dev->mdev, cqe_version) == MLX5_CQE_VERSION_V1 && in create_srq_kernel()
Dmain.c1780 resp->cqe_version = context->cqe_version; in set_ucontext_resp()
1926 context->cqe_version = min_t(__u8, in mlx5_ib_alloc_ucontext()
1927 (__u8)MLX5_CAP_GEN(dev->mdev, cqe_version), in mlx5_ib_alloc_ucontext()
Dqp.c1955 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_xrc_tgt_qp()
2100 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_dci()
2295 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_user_qp()
2438 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_kernel_qp()
2734 if (attr->qp_type == IB_QPT_RAW_PACKET && !ucontext->cqe_version) { in check_valid_flow()
/Linux-v6.1/include/uapi/rdma/
Dmlx5-abi.h148 __u8 cqe_version; member
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/
Dcmd.h922 MLXSW_ITEM32(cmd_mbox, config_profile, cqe_version, 0xB0, 0, 8);
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c177 if (MLX5_CAP_GEN(mdev, cqe_version) == 1) in dr_create_rc_qp()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c578 if (MLX5_CAP_GEN(mdev, cqe_version) == 1) in mlx5_fpga_conn_create_qp()
/Linux-v6.1/drivers/vfio/pci/mlx5/
Dcmd.c806 if (MLX5_CAP_GEN(mdev, cqe_version) == 1) in mlx5vf_create_rc_qp()
/Linux-v6.1/include/linux/mlx5/
Dmlx5_ifc.h1581 u8 cqe_version[0x4]; member