Searched refs:cqe_version (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 132 u8 cqe_version; member 1295 static inline int verify_assign_uidx(u8 cqe_version, u32 cmd_uidx, in verify_assign_uidx() argument 1298 if (cqe_version) { in verify_assign_uidx() 1315 u8 cqe_version = ucontext->cqe_version; in get_qp_user_index() local 1318 !cqe_version && (ucmd->uidx == MLX5_IB_DEFAULT_UIDX)) in get_qp_user_index() 1322 !!cqe_version)) in get_qp_user_index() 1325 return verify_assign_uidx(cqe_version, ucmd->uidx, user_index); in get_qp_user_index() 1333 u8 cqe_version = ucontext->cqe_version; in get_srq_user_index() local 1336 !cqe_version && (ucmd->uidx == MLX5_IB_DEFAULT_UIDX)) in get_srq_user_index() 1340 !!cqe_version)) in get_srq_user_index() [all …]
|
D | srq.c | 147 if (MLX5_CAP_GEN(dev->mdev, cqe_version) == MLX5_CQE_VERSION_V1 && in create_srq_user() 207 if (MLX5_CAP_GEN(dev->mdev, cqe_version) == MLX5_CQE_VERSION_V1 && in create_srq_kernel()
|
D | main.c | 1671 resp.cqe_version = min_t(__u8, in mlx5_ib_alloc_ucontext() 1672 (__u8)MLX5_CAP_GEN(dev->mdev, cqe_version), in mlx5_ib_alloc_ucontext() 1760 if (field_avail(typeof(resp), cqe_version, udata->outlen)) in mlx5_ib_alloc_ucontext() 1761 resp.response_length += sizeof(resp.cqe_version); in mlx5_ib_alloc_ucontext() 1825 context->cqe_version = resp.cqe_version; in mlx5_ib_alloc_ucontext()
|
D | qp.c | 1882 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_qp_common() 2267 } else if (!to_mucontext(pd->uobject->context)->cqe_version) { in mlx5_ib_create_qp()
|
/Linux-v4.19/include/uapi/rdma/ |
D | mlx5-abi.h | 137 __u8 cqe_version; member
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | cmd.h | 833 MLXSW_ITEM32(cmd_mbox, config_profile, cqe_version, 0xB0, 0, 8);
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 593 if (MLX5_CAP_GEN(mdev, cqe_version) == 1) in mlx5_fpga_conn_create_qp()
|
/Linux-v4.19/include/linux/mlx5/ |
D | mlx5_ifc.h | 985 u8 cqe_version[0x4]; member
|