Searched refs:IB_QPT_RAW_PACKET (Results 1 – 8 of 8) sorted by relevance
450 if (attr->qp_type == IB_QPT_RAW_PACKET) { in set_user_buf_size()605 case IB_QPT_RAW_PACKET: in to_mlx5_st()1382 if (init_attr->qp_type != IB_QPT_RAW_PACKET) in create_rss_raw_qp_tir()1604 base = init_attr->qp_type == IB_QPT_RAW_PACKET ? in create_qp_common()1608 if (init_attr->qp_type != IB_QPT_RAW_PACKET) in create_qp_common()1656 if (init_attr->qp_type != IB_QPT_RAW_PACKET) { in create_qp_common()1789 if (init_attr->qp_type != IB_QPT_RAW_PACKET) in create_qp_common()1841 if (init_attr->qp_type == IB_QPT_RAW_PACKET) { in create_qp_common()1973 case IB_QPT_RAW_PACKET: in get_cqs()2003 base = qp->ibqp.qp_type == IB_QPT_RAW_PACKET ? in destroy_qp_common()[all …]
722 1 << IB_QPT_RAW_PACKET; in mlx5_ib_query_device()816 props->rss_caps.supported_qpts = 1 << IB_QPT_RAW_PACKET; in mlx5_ib_query_device()
646 if (qp_type == IB_QPT_RAW_PACKET || in devx_is_valid_obj_id()
850 if (init_attr->qp_type == IB_QPT_RAW_PACKET) in create_qp_common()1192 case IB_QPT_RAW_PACKET: in _mlx4_ib_create_qp()1675 else if (ibqp->qp_type == IB_QPT_RAW_PACKET) in __mlx4_ib_modify_qp()1707 if (ibqp->qp_type == IB_QPT_RAW_PACKET) in __mlx4_ib_modify_qp()1928 ibqp->qp_type == IB_QPT_RAW_PACKET)) { in __mlx4_ib_modify_qp()1961 if (qp->ibqp.qp_type == IB_QPT_RAW_PACKET) { in __mlx4_ib_modify_qp()2194 (ibqp->qp_type == IB_QPT_RAW_PACKET) || in _mlx4_ib_modify_qp()2214 if ((attr_mask & IB_QP_PORT) && (ibqp->qp_type == IB_QPT_RAW_PACKET) && in _mlx4_ib_modify_qp()
217 MLX4_IB_QPT_RAW_PACKET = IB_QPT_RAW_PACKET,
953 [IB_QPT_RAW_PACKET] = IB_QP_PORT,1094 [IB_QPT_RAW_PACKET] = IB_QP_RATE_LIMIT,1128 [IB_QPT_RAW_PACKET] = IB_QP_RATE_LIMIT,
1288 if (cmd->qp_type == IB_QPT_RAW_PACKET && priv_check(curthread, PRIV_NET_RAW) != 0) in create_qp()3261 if (qp->qp_type != IB_QPT_UD && qp->qp_type != IB_QPT_RAW_PACKET) { in ib_uverbs_ex_create_flow()
999 IB_QPT_RAW_PACKET = 8, enumerator