Lines Matching refs:IB_QP_PORT
2175 if (attr_mask & IB_QP_PORT) { in __mlx4_ib_modify_qp()
2229 attr_mask & IB_QP_PORT ? attr->port_num : qp->port; in __mlx4_ib_modify_qp()
2481 if (attr_mask & IB_QP_PORT) { in __mlx4_ib_modify_qp()
2626 IB_QP_PORT),
2643 int port = attr_mask & IB_QP_PORT ? attr->port_num : qp->port; in _mlx4_ib_modify_qp()
2678 if (mlx4_is_bonded(dev->dev) && (attr_mask & IB_QP_PORT)) { in _mlx4_ib_modify_qp()
2690 attr_mask &= ~IB_QP_PORT; in _mlx4_ib_modify_qp()
2694 if ((attr_mask & IB_QP_PORT) && in _mlx4_ib_modify_qp()
2703 if ((attr_mask & IB_QP_PORT) && (ibqp->qp_type == IB_QPT_RAW_PACKET) && in _mlx4_ib_modify_qp()
2709 int p = attr_mask & IB_QP_PORT ? attr->port_num : qp->port; in _mlx4_ib_modify_qp()
2754 if (mlx4_is_bonded(dev->dev) && (attr_mask & IB_QP_PORT)) in _mlx4_ib_modify_qp()
4151 attr_mask = IB_QP_PORT; in _mlx4_ib_modify_wq()