Lines Matching refs:sched_queue
1777 path->sched_queue = (path->sched_queue & 0xbf) | ((port - 1) << 6);
1826 path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE |
1891 path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE |
1943 context->pri_path.sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | ((qp->port - 1) << 6);
2452 context->pri_path.sched_queue = (qp->port - 1) << 6;
2456 context->pri_path.sched_queue |= MLX4_IB_DEFAULT_QP0_SCHED_QUEUE;
2462 context->pri_path.sched_queue |= MLX4_IB_DEFAULT_SCHED_QUEUE;
3989 u8 port_num = path->sched_queue & 0x40 ? 2 : 1;
3997 rdma_ah_set_sl(ah_attr, ((path->sched_queue >> 3) & 0x7) |
3998 ((path->sched_queue & 4) << 1));
4000 rdma_ah_set_sl(ah_attr, (path->sched_queue >> 2) & 0xf);
4071 qp_attr->port_num = context.pri_path.sched_queue & 0x40 ? 2 : 1;