Searched refs:IB_QPT_RAW_PACKET (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c448 if (attr->qp_type == IB_QPT_RAW_PACKET) {
640 case IB_QPT_RAW_PACKET:
1343 if (init_attr->qp_type != IB_QPT_RAW_PACKET)
1518 base = init_attr->qp_type == IB_QPT_RAW_PACKET ?
1522 if (init_attr->qp_type != IB_QPT_RAW_PACKET)
1570 if (init_attr->qp_type != IB_QPT_RAW_PACKET) {
1752 if (init_attr->qp_type == IB_QPT_RAW_PACKET) {
1884 case IB_QPT_RAW_PACKET:
1913 base = qp->ibqp.qp_type == IB_QPT_RAW_PACKET ?
1918 if (qp->ibqp.qp_type != IB_QPT_RAW_PACKET) {
[all...]
H A Dmlx5_ib_main.c716 1 << IB_QPT_RAW_PACKET;
810 props->rss_caps.supported_qpts = 1 << IB_QPT_RAW_PACKET;
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c849 if (init_attr->qp_type == IB_QPT_RAW_PACKET)
1185 case IB_QPT_RAW_PACKET:
1666 else if (ibqp->qp_type == IB_QPT_RAW_PACKET)
1698 if (ibqp->qp_type == IB_QPT_RAW_PACKET)
1920 ibqp->qp_type == IB_QPT_RAW_PACKET)) {
1953 if (qp->ibqp.qp_type == IB_QPT_RAW_PACKET) {
2194 (ibqp->qp_type == IB_QPT_RAW_PACKET) ||
2214 if ((attr_mask & IB_QP_PORT) && (ibqp->qp_type == IB_QPT_RAW_PACKET) &&
H A Dmlx4_ib.h222 MLX4_IB_QPT_RAW_PACKET = IB_QPT_RAW_PACKET,
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c870 [IB_QPT_RAW_PACKET] = IB_QP_PORT,
H A Dib_uverbs_cmd.c1789 if (cmd->qp_type == IB_QPT_RAW_PACKET && priv_check(curthread, PRIV_NET_RAW) != 0)
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h994 IB_QPT_RAW_PACKET = 8, enumerator in enum:ib_qp_type

Completed in 160 milliseconds