Searched refs:IB_QP_PORT (Results 1 – 13 of 13) sorted by relevance
951 IB_QP_PORT |953 [IB_QPT_RAW_PACKET] = IB_QP_PORT,955 IB_QP_PORT |958 IB_QP_PORT |961 IB_QP_PORT |964 IB_QP_PORT |980 IB_QP_PORT |983 IB_QP_PORT |986 IB_QP_PORT |989 IB_QP_PORT |[all …]
1778 if ((cmd->base.attr_mask & IB_QP_PORT) && in modify_qp()1824 if (((cmd->base.attr_mask & (IB_QP_AV | IB_QP_PORT)) in modify_qp()1825 == (IB_QP_AV | IB_QP_PORT)) && in modify_qp()1830 if ((cmd->base.attr_mask & (IB_QP_AV | IB_QP_PORT)) in modify_qp()1832 cmd->base.attr_mask |= IB_QP_PORT; in modify_qp()1882 if (cmd->base.attr_mask & IB_QP_PORT) in modify_qp()
985 *qp_attr_mask = IB_QP_STATE | IB_QP_PKEY_INDEX | IB_QP_PORT; in cma_ib_init_qp_attr()1025 *qp_attr_mask |= IB_QP_PORT; in rdma_init_qp_attr()
3832 IB_QP_PKEY_INDEX | IB_QP_PORT; in cm_init_qp_init_attr()
92 IB_QP_PORT | in ipoib_init_qp()104 attr_mask &= ~IB_QP_PORT; in ipoib_init_qp()
994 qp_attr_mask = IB_QP_STATE | IB_QP_ACCESS_FLAGS | IB_QP_PKEY_INDEX | IB_QP_PORT; in ipoib_cm_modify_tx_init()
1721 if (attr_mask & IB_QP_PORT) { in __mlx4_ib_modify_qp()1775 attr_mask & IB_QP_PORT ? attr->port_num : qp->port; in __mlx4_ib_modify_qp()2024 if (attr_mask & IB_QP_PORT) { in __mlx4_ib_modify_qp()2189 if (mlx4_is_bonded(dev->dev) && (attr_mask & IB_QP_PORT)) { in _mlx4_ib_modify_qp()2201 attr_mask &= ~IB_QP_PORT; in _mlx4_ib_modify_qp()2205 if ((attr_mask & IB_QP_PORT) && in _mlx4_ib_modify_qp()2214 if ((attr_mask & IB_QP_PORT) && (ibqp->qp_type == IB_QPT_RAW_PACKET) && in _mlx4_ib_modify_qp()2220 int p = attr_mask & IB_QP_PORT ? attr->port_num : qp->port; in _mlx4_ib_modify_qp()2255 if (mlx4_is_bonded(dev->dev) && (attr_mask & IB_QP_PORT)) in _mlx4_ib_modify_qp()
1782 IB_QP_QKEY | IB_QP_PORT; in create_pv_sqp()
627 if (attr_mask & IB_QP_PORT) { in __mthca_modify_qp()649 attr_mask & IB_QP_PORT ? attr->port_num : qp->port)) in __mthca_modify_qp()794 if (attr_mask & IB_QP_PORT) in __mthca_modify_qp()882 if ((attr_mask & IB_QP_PORT) && in mthca_modify_qp()
276 mask = IB_QP_STATE | IB_QP_PKEY_INDEX | IB_QP_QKEY | IB_QP_PORT; in modify_to_rts()
2490 case IB_QP_PORT: in ib_nr_to_mlx5_nr()2786 if (attr_mask & IB_QP_PORT) in __mlx5_ib_modify_qp()2791 attr_mask & IB_QP_PORT ? attr->port_num : qp->port, in __mlx5_ib_modify_qp()2863 u8 port_num = (attr_mask & IB_QP_PORT ? attr->port_num : in __mlx5_ib_modify_qp()2927 if (attr_mask & IB_QP_PORT) in __mlx5_ib_modify_qp()2988 if ((attr_mask & IB_QP_PORT) && in mlx5_ib_modify_qp()2997 port = attr_mask & IB_QP_PORT ? attr->port_num : qp->port; in mlx5_ib_modify_qp()
2847 IB_QP_PORT, NULL); in create_umr_res()
1111 IB_QP_PORT = (1<<5), enumerator