Searched refs:IB_QP_PORT (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c868 IB_QP_PORT |
870 [IB_QPT_RAW_PACKET] = IB_QP_PORT,
872 IB_QP_PORT |
875 IB_QP_PORT |
878 IB_QP_PORT |
881 IB_QP_PORT |
897 IB_QP_PORT |
900 IB_QP_PORT |
903 IB_QP_PORT |
906 IB_QP_PORT |
[all...]
H A Dib_cma.c969 *qp_attr_mask = IB_QP_STATE | IB_QP_PKEY_INDEX | IB_QP_PORT;
1009 *qp_attr_mask |= IB_QP_PORT;
H A Dib_cm.c3723 IB_QP_PKEY_INDEX | IB_QP_PORT;
H A Dib_uverbs_cmd.c2370 if ((cmd.attr_mask & IB_QP_PORT) &&
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c94 IB_QP_PORT |
106 attr_mask &= ~IB_QP_PORT;
H A Dipoib_cm.c996 qp_attr_mask = IB_QP_STATE | IB_QP_ACCESS_FLAGS | IB_QP_PKEY_INDEX | IB_QP_PORT;
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1713 if (attr_mask & IB_QP_PORT) {
1767 attr_mask & IB_QP_PORT ? attr->port_num : qp->port;
2016 if (attr_mask & IB_QP_PORT) {
2175 int port = attr_mask & IB_QP_PORT ? attr->port_num : qp->port;
2189 if (mlx4_is_bonded(dev->dev) && (attr_mask & IB_QP_PORT)) {
2201 attr_mask &= ~IB_QP_PORT;
2205 if ((attr_mask & IB_QP_PORT) &&
2214 if ((attr_mask & IB_QP_PORT) && (ibqp->qp_type == IB_QPT_RAW_PACKET) &&
2220 int p = attr_mask & IB_QP_PORT ? attr->port_num : qp->port;
2255 if (mlx4_is_bonded(dev->dev) && (attr_mask & IB_QP_PORT))
[all...]
H A Dmlx4_ib_mad.c1786 IB_QP_QKEY | IB_QP_PORT;
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c275 mask = IB_QP_STATE | IB_QP_PKEY_INDEX | IB_QP_QKEY | IB_QP_PORT;
H A Dmlx5_ib_qp.c2390 case IB_QP_PORT:
2679 if (attr_mask & IB_QP_PORT)
2684 attr_mask & IB_QP_PORT ? attr->port_num : qp->port,
2755 u8 port_num = (attr_mask & IB_QP_PORT ? attr->port_num :
2819 if (attr_mask & IB_QP_PORT)
2875 port = attr_mask & IB_QP_PORT ? attr->port_num : qp->port;
2886 if ((attr_mask & IB_QP_PORT) &&
2895 port = attr_mask & IB_QP_PORT ? attr->port_num : qp->port;
H A Dmlx5_ib_main.c2796 IB_QP_PORT, NULL);
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_qp.c623 if (attr_mask & IB_QP_PORT) {
645 attr_mask & IB_QP_PORT ? attr->port_num : qp->port))
790 if (attr_mask & IB_QP_PORT)
879 if ((attr_mask & IB_QP_PORT) &&
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1101 IB_QP_PORT = (1<<5), enumerator in enum:ib_qp_attr_mask

Completed in 439 milliseconds