Lines Matching refs:IB_QP_PORT
2235 if (attr_mask & IB_QP_PORT) { in __mlx4_ib_modify_qp()
2289 attr_mask & IB_QP_PORT ? attr->port_num : qp->port; in __mlx4_ib_modify_qp()
2543 if (attr_mask & IB_QP_PORT) { in __mlx4_ib_modify_qp()
2688 IB_QP_PORT),
2734 if (mlx4_is_bonded(dev->dev) && (attr_mask & IB_QP_PORT)) { in _mlx4_ib_modify_qp()
2746 attr_mask &= ~IB_QP_PORT; in _mlx4_ib_modify_qp()
2750 if ((attr_mask & IB_QP_PORT) && in _mlx4_ib_modify_qp()
2759 if ((attr_mask & IB_QP_PORT) && (ibqp->qp_type == IB_QPT_RAW_PACKET) && in _mlx4_ib_modify_qp()
2765 int p = attr_mask & IB_QP_PORT ? attr->port_num : qp->port; in _mlx4_ib_modify_qp()
2811 if (mlx4_is_bonded(dev->dev) && (attr_mask & IB_QP_PORT)) in _mlx4_ib_modify_qp()
4222 attr_mask = IB_QP_PORT; in _mlx4_ib_modify_wq()