Lines Matching refs:sched_queue
120 u8 sched_queue;
715 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1;
724 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1;
734 port = (qp_ctx->alt_path.sched_queue >> 6 & 1) + 1;
759 port = (qpc->pri_path.sched_queue & 0x40) ? 2 : 1;
835 qpc->pri_path.sched_queue &= 0xC7;
836 qpc->pri_path.sched_queue |= (vp_oper->state.default_qos) << 3;
2982 qp->sched_queue = 0;
3218 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1;
3227 port = (qp_ctx->alt_path.sched_queue >> 6 & 1) + 1;
3244 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1;
3775 dev, slave, (qpc->pri_path.sched_queue >> 6 & 1) + 1) - 1;
3780 pri_sched_queue = (qpc->pri_path.sched_queue & ~(1 << 6)) |
3784 qpc->pri_path.sched_queue || mlx4_is_eth(dev, port + 1)) {
3785 qpc->pri_path.sched_queue = pri_sched_queue;
3790 dev, slave, (qpc->alt_path.sched_queue >> 6 & 1)
3794 qpc->alt_path.sched_queue =
3795 (qpc->alt_path.sched_queue & ~(1 << 6)) |
3850 orig_sched_queue = qpc->pri_path.sched_queue;
3871 qp->sched_queue = orig_sched_queue;
4322 port = (rqp->sched_queue >> 6 & 1) + 1;
5345 !qp->sched_queue || /* no INIT2RTR trans yet */
5351 port = (qp->sched_queue >> 6 & 1) + 1;
5368 upd_context->qp_context.pri_path.sched_queue =
5369 qp->sched_queue;
5384 upd_context->qp_context.pri_path.sched_queue =
5385 qp->sched_queue & 0xC7;
5386 upd_context->qp_context.pri_path.sched_queue |=