/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | mlx5_ib.h | 130 u8 cqe_version; member 1398 static inline int verify_assign_uidx(u8 cqe_version, u32 cmd_uidx, in verify_assign_uidx() argument 1401 if (cqe_version) { in verify_assign_uidx() 1418 u8 cqe_version = ucontext->cqe_version; in get_qp_user_index() local 1420 if ((offsetofend(typeof(*ucmd), uidx) <= inlen) && !cqe_version && in get_qp_user_index() 1424 if ((offsetofend(typeof(*ucmd), uidx) <= inlen) != !!cqe_version) in get_qp_user_index() 1427 return verify_assign_uidx(cqe_version, ucmd->uidx, user_index); in get_qp_user_index() 1435 u8 cqe_version = ucontext->cqe_version; in get_srq_user_index() local [all...] |
H A D | srq.c | 116 if (MLX5_CAP_GEN(dev->mdev, cqe_version) == MLX5_CQE_VERSION_V1 && in create_srq_user() 180 if (MLX5_CAP_GEN(dev->mdev, cqe_version) == MLX5_CQE_VERSION_V1 && in create_srq_kernel()
|
H A D | main.c | 1776 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()
|
H A D | qp.c | 1888 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_xrc_tgt_qp() 2056 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_user_qp() 2199 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_kernel_qp() 2496 if (attr->qp_type == IB_QPT_RAW_PACKET && !ucontext->cqe_version) { in check_valid_flow()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | mlx5_ib.h | 204 u8 cqe_version; member 1516 static inline int verify_assign_uidx(u8 cqe_version, u32 cmd_uidx, in verify_assign_uidx() argument 1519 if (cqe_version) { in verify_assign_uidx() 1536 u8 cqe_version = ucontext->cqe_version; in get_qp_user_index() local 1538 if ((offsetofend(typeof(*ucmd), uidx) <= inlen) && !cqe_version && in get_qp_user_index() 1542 if ((offsetofend(typeof(*ucmd), uidx) <= inlen) != !!cqe_version) in get_qp_user_index() 1545 return verify_assign_uidx(cqe_version, ucmd->uidx, user_index); in get_qp_user_index() 1553 u8 cqe_version = ucontext->cqe_version; in get_srq_user_index() local [all...] |
H A D | srq.c | 93 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 D | main.c | 1795 resp->cqe_version = context->cqe_version; in set_ucontext_resp() 1941 context->cqe_version = min_t(__u8, in mlx5_ib_alloc_ucontext() 1942 (__u8)MLX5_CAP_GEN(dev->mdev, cqe_version), in mlx5_ib_alloc_ucontext()
|
H A D | qp.c | 2039 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_xrc_tgt_qp() 2184 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_dci() 2379 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_user_qp() 2522 if (MLX5_CAP_GEN(mdev, cqe_version) == MLX5_CQE_VERSION_V1) in create_kernel_qp() 2822 if (attr->qp_type == IB_QPT_RAW_PACKET && !ucontext->cqe_version) { in check_valid_flow()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/ |
H A D | mlx5-abi.h | 83 __u8 cqe_version; member
|
/kernel/linux/linux-5.10/include/uapi/rdma/ |
H A D | mlx5-abi.h | 144 __u8 cqe_version; member
|
/kernel/linux/linux-6.6/include/uapi/rdma/ |
H A D | mlx5-abi.h | 148 __u8 cqe_version; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/ |
H A D | mlx5-abi.h | 103 __u8 cqe_version; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/ |
H A D | mlx5-abi.h | 103 __u8 cqe_version; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | cmd.h | 845 MLXSW_ITEM32(cmd_mbox, config_profile, cqe_version, 0xB0, 0, 8);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | cmd.h | 922 MLXSW_ITEM32(cmd_mbox, config_profile, cqe_version, 0xB0, 0, 8);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_send.c | 173 if (MLX5_CAP_GEN(mdev, cqe_version) == 1) in dr_create_rc_qp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
H A D | conn.c | 577 if (MLX5_CAP_GEN(mdev, cqe_version) == 1) in mlx5_fpga_conn_create_qp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
H A D | conn.c | 578 if (MLX5_CAP_GEN(mdev, cqe_version) == 1) in mlx5_fpga_conn_create_qp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_send.c | 322 if (MLX5_CAP_GEN(mdev, cqe_version) == 1) in dr_create_rc_qp()
|
/kernel/linux/linux-6.6/drivers/vfio/pci/mlx5/ |
H A D | cmd.c | 1067 if (MLX5_CAP_GEN(mdev, cqe_version) == 1) in mlx5vf_create_rc_qp()
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 1368 u8 cqe_version[0x4]; member
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 1623 u8 cqe_version[0x4]; member
|