cqe_version      1816 drivers/infiniband/hw/mlx5/main.c 	resp.cqe_version = min_t(__u8,
cqe_version      1817 drivers/infiniband/hw/mlx5/main.c 				 (__u8)MLX5_CAP_GEN(dev->mdev, cqe_version),
cqe_version      1891 drivers/infiniband/hw/mlx5/main.c 	if (field_avail(typeof(resp), cqe_version, udata->outlen))
cqe_version      1892 drivers/infiniband/hw/mlx5/main.c 		resp.response_length += sizeof(resp.cqe_version);
cqe_version      1956 drivers/infiniband/hw/mlx5/main.c 	context->cqe_version = resp.cqe_version;
cqe_version       133 drivers/infiniband/hw/mlx5/mlx5_ib.h 	u8			cqe_version;
cqe_version      1409 drivers/infiniband/hw/mlx5/mlx5_ib.h static inline int verify_assign_uidx(u8 cqe_version, u32 cmd_uidx,
cqe_version      1412 drivers/infiniband/hw/mlx5/mlx5_ib.h 	if (cqe_version) {
cqe_version      1429 drivers/infiniband/hw/mlx5/mlx5_ib.h 	u8 cqe_version = ucontext->cqe_version;
cqe_version      1432 drivers/infiniband/hw/mlx5/mlx5_ib.h 	    !cqe_version && (ucmd->uidx == MLX5_IB_DEFAULT_UIDX))
cqe_version      1436 drivers/infiniband/hw/mlx5/mlx5_ib.h 	       !!cqe_version))
cqe_version      1439 drivers/infiniband/hw/mlx5/mlx5_ib.h 	return verify_assign_uidx(cqe_version, ucmd->uidx, user_index);
cqe_version      1447 drivers/infiniband/hw/mlx5/mlx5_ib.h 	u8 cqe_version = ucontext->cqe_version;
cqe_version      1450 drivers/infiniband/hw/mlx5/mlx5_ib.h 	    !cqe_version && (ucmd->uidx == MLX5_IB_DEFAULT_UIDX))
cqe_version      1454 drivers/infiniband/hw/mlx5/mlx5_ib.h 	       !!cqe_version))
cqe_version      1457 drivers/infiniband/hw/mlx5/mlx5_ib.h 	return verify_assign_uidx(cqe_version, ucmd->uidx, user_index);
cqe_version      2252 drivers/infiniband/hw/mlx5/qp.c 	if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1)
cqe_version      2647 drivers/infiniband/hw/mlx5/qp.c 			} else if (!ucontext->cqe_version) {
cqe_version       116 drivers/infiniband/hw/mlx5/srq.c 	if (MLX5_CAP_GEN(dev->mdev, cqe_version) == MLX5_CQE_VERSION_V1 &&
cqe_version       180 drivers/infiniband/hw/mlx5/srq.c 	if (MLX5_CAP_GEN(dev->mdev, cqe_version) == MLX5_CQE_VERSION_V1 &&
cqe_version       597 drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c 	if (MLX5_CAP_GEN(mdev, cqe_version) == 1)
cqe_version       177 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 	if (MLX5_CAP_GEN(mdev, cqe_version) == 1)
cqe_version       845 drivers/net/ethernet/mellanox/mlxsw/cmd.h MLXSW_ITEM32(cmd_mbox, config_profile, cqe_version, 0xB0, 0, 8);
cqe_version      1262 include/linux/mlx5/mlx5_ifc.h 	u8         cqe_version[0x4];
cqe_version       141 include/uapi/rdma/mlx5-abi.h 	__u8	cqe_version;