Searched refs:cqe_version (Results 1 – 7 of 7) sorted by relevance
/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 198 u8 cqe_version; member 1461 static inline int verify_assign_uidx(u8 cqe_version, u32 cmd_uidx, in verify_assign_uidx() argument 1464 if (cqe_version) { in verify_assign_uidx() 1481 u8 cqe_version = ucontext->cqe_version; in get_qp_user_index() local 1483 if ((offsetofend(typeof(*ucmd), uidx) <= inlen) && !cqe_version && in get_qp_user_index() 1487 if ((offsetofend(typeof(*ucmd), uidx) <= inlen) != !!cqe_version) in get_qp_user_index() 1490 return verify_assign_uidx(cqe_version, ucmd->uidx, user_index); in get_qp_user_index() 1498 u8 cqe_version = ucontext->cqe_version; in get_srq_user_index() local 1500 if ((offsetofend(typeof(*ucmd), uidx) <= inlen) && !cqe_version && in get_srq_user_index() 1504 if ((offsetofend(typeof(*ucmd), uidx) <= inlen) != !!cqe_version) in get_srq_user_index() [all …]
|
D | srq.c | 94 if (MLX5_CAP_GEN(dev->mdev, cqe_version) == MLX5_CQE_VERSION_V1 && in create_srq_user() 155 if (MLX5_CAP_GEN(dev->mdev, cqe_version) == MLX5_CQE_VERSION_V1 && in create_srq_kernel()
|
D | main.c | 1789 resp->cqe_version = context->cqe_version; in set_ucontext_resp() 1952 context->cqe_version = min_t(__u8, in mlx5_ib_alloc_ucontext() 1953 (__u8)MLX5_CAP_GEN(dev->mdev, cqe_version), in mlx5_ib_alloc_ucontext()
|
D | qp.c | 1953 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_xrc_tgt_qp() 2098 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_dci() 2293 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_user_qp() 2436 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_kernel_qp() 2732 if (attr->qp_type == IB_QPT_RAW_PACKET && !ucontext->cqe_version) { in check_valid_flow()
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | cmd.h | 875 MLXSW_ITEM32(cmd_mbox, config_profile, cqe_version, 0xB0, 0, 8);
|
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 177 if (MLX5_CAP_GEN(mdev, cqe_version) == 1) in dr_create_rc_qp()
|
/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 578 if (MLX5_CAP_GEN(mdev, cqe_version) == 1) in mlx5_fpga_conn_create_qp()
|