Lines Matching refs:sched_queue
1769 path->sched_queue = (path->sched_queue & 0xbf) | ((port - 1) << 6); in mlx4_set_sched()
1818 path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | in _mlx4_set_path()
1883 path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | in _mlx4_set_path()
1935 context->pri_path.sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | ((qp->port - 1) << 6); in handle_eth_ud_smac_index()
2444 context->pri_path.sched_queue = (qp->port - 1) << 6; in __mlx4_ib_modify_qp()
2448 context->pri_path.sched_queue |= MLX4_IB_DEFAULT_QP0_SCHED_QUEUE; in __mlx4_ib_modify_qp()
2454 context->pri_path.sched_queue |= MLX4_IB_DEFAULT_SCHED_QUEUE; in __mlx4_ib_modify_qp()
3981 u8 port_num = path->sched_queue & 0x40 ? 2 : 1; in to_rdma_ah_attr()
3989 rdma_ah_set_sl(ah_attr, ((path->sched_queue >> 3) & 0x7) | in to_rdma_ah_attr()
3990 ((path->sched_queue & 4) << 1)); in to_rdma_ah_attr()
3992 rdma_ah_set_sl(ah_attr, (path->sched_queue >> 2) & 0xf); in to_rdma_ah_attr()
4063 qp_attr->port_num = context.pri_path.sched_queue & 0x40 ? 2 : 1; in mlx4_ib_query_qp()