Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A 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()
H A Dmain.c1883 resp->cqe_version = context->cqe_version; in set_ucontext_resp()
2029 context->cqe_version = min_t(__u8, in mlx5_ib_alloc_ucontext()
2030 (__u8)MLX5_CAP_GEN(dev->mdev, cqe_version), in mlx5_ib_alloc_ucontext()
H A Dqp.c2041 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_xrc_tgt_qp()
2186 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_dci()
2381 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_user_qp()
2524 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_kernel_qp()
2824 if (attr->qp_type == IB_QPT_RAW_PACKET && !ucontext->cqe_version) { in check_valid_flow()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcmd.h960 MLXSW_ITEM32(cmd_mbox, config_profile, cqe_version, 0xB0, 0, 8);
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c578 if (MLX5_CAP_GEN(mdev, cqe_version) == 1) in mlx5_fpga_conn_create_qp()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_send.c322 if (MLX5_CAP_GEN(mdev, cqe_version) == 1) in dr_create_rc_qp()
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c1216 if (MLX5_CAP_GEN(mdev, cqe_version) == 1) in mlx5vf_create_rc_qp()
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h1767 u8 cqe_version[0x4]; member