Home
last modified time | relevance | path

Searched refs:IB_QPT_RAW_PACKET (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
Dverbs.c374 enum ib_qp_attr_mask req_param[IB_QPT_RAW_PACKET + 1];
375 enum ib_qp_attr_mask opt_param[IB_QPT_RAW_PACKET + 1];
385 [IB_QPT_RAW_PACKET] = IB_QP_PORT,
1008 if (qp->qp_type == IB_QPT_RAW_PACKET) { in ib_attach_mcast()
1016 if (qp->qp_type != IB_QPT_RAW_PACKET) in ib_attach_mcast()
1031 if (qp->qp_type == IB_QPT_RAW_PACKET) { in ib_detach_mcast()
1039 if (qp->qp_type != IB_QPT_RAW_PACKET) in ib_detach_mcast()
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_qp.c463 if (attr->qp_type == IB_QPT_RAW_PACKET) { in set_user_buf_size()
655 case IB_QPT_RAW_PACKET: in to_mlx5_st()
970 case IB_QPT_RAW_PACKET: in get_cqs()
1075 if (init_attr->qp_type == IB_QPT_RAW_PACKET) { in create_qp_common()
1192 if (init_attr->qp_type == IB_QPT_RAW_PACKET) { in create_qp_common()
1325 if (qp->ibqp.qp_type != IB_QPT_RAW_PACKET) { in destroy_qp_common()
1355 if (qp->ibqp.qp_type == IB_QPT_RAW_PACKET) { in destroy_qp_common()
1392 case IB_QPT_RAW_PACKET: in ib_qp_type_str()
1444 case IB_QPT_RAW_PACKET: in mlx5_ib_create_qp()
2025 if (qp->ibqp.qp_type == IB_QPT_RAW_PACKET) in __mlx5_ib_modify_qp()
[all …]
Dmlx5_ib_main.c1197 if (ibqp->qp_type == IB_QPT_RAW_PACKET) in mlx5_ib_mcg_attach()
1213 if (ibqp->qp_type == IB_QPT_RAW_PACKET) in mlx5_ib_mcg_detach()
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
Dmlx4_ib.h198 MLX4_IB_QPT_RAW_PACKET = IB_QPT_RAW_PACKET,
Dqp.c805 if (attr->qp_type == IB_QPT_RAW_PACKET) { in alloc_qpn_common()
1427 case IB_QPT_RAW_PACKET: in mlx4_ib_create_qp()
1788 else if (ibqp->qp_type == IB_QPT_RAW_PACKET) in __mlx4_ib_modify_qp()
1987 ibqp->qp_type == IB_QPT_RAW_PACKET)) { in __mlx4_ib_modify_qp()
2302 if ((attr_mask & IB_QP_PORT) && (ibqp->qp_type == IB_QPT_RAW_PACKET) && in mlx4_ib_modify_qp()
/freebsd-10-stable/sys/ofed/include/rdma/
Dib_verbs.h674 IB_QPT_RAW_PACKET = 8, enumerator