Lines Matching refs:sched_queue

116 	u8			sched_queue;  member
672 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1; in update_gid()
681 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1; in update_gid()
691 port = (qp_ctx->alt_path.sched_queue >> 6 & 1) + 1; in update_gid()
713 port = (qpc->pri_path.sched_queue & 0x40) ? 2 : 1; in update_vport_qp_param()
766 qpc->pri_path.sched_queue &= 0xC7; in update_vport_qp_param()
767 qpc->pri_path.sched_queue |= (vp_oper->state.default_qos) << 3; in update_vport_qp_param()
2732 qp->sched_queue = 0; in mlx4_RST2INIT_QP_wrapper()
2965 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1; in verify_qp_parameters()
2974 port = (qp_ctx->alt_path.sched_queue >> 6 & 1) + 1; in verify_qp_parameters()
2990 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1; in verify_qp_parameters()
3521 dev, slave, (qpc->pri_path.sched_queue >> 6 & 1) + 1) - 1; in adjust_qp_sched_queue()
3526 pri_sched_queue = (qpc->pri_path.sched_queue & ~(1 << 6)) | in adjust_qp_sched_queue()
3531 qpc->pri_path.sched_queue = pri_sched_queue; in adjust_qp_sched_queue()
3536 dev, slave, (qpc->alt_path.sched_queue >> 6 & 1) in adjust_qp_sched_queue()
3540 qpc->alt_path.sched_queue = in adjust_qp_sched_queue()
3541 (qpc->alt_path.sched_queue & ~(1 << 6)) | in adjust_qp_sched_queue()
3597 orig_sched_queue = qpc->pri_path.sched_queue; in mlx4_INIT2RTR_QP_wrapper()
3617 qp->sched_queue = orig_sched_queue; in mlx4_INIT2RTR_QP_wrapper()
4058 port = (rqp->sched_queue >> 6 & 1) + 1; in mlx4_UPDATE_QP_wrapper()
4882 !qp->sched_queue || /* no INIT2RTR trans yet */ in mlx4_vf_immed_vlan_work_handler()
4888 port = (qp->sched_queue >> 6 & 1) + 1; in mlx4_vf_immed_vlan_work_handler()
4905 upd_context->qp_context.pri_path.sched_queue = in mlx4_vf_immed_vlan_work_handler()
4906 qp->sched_queue; in mlx4_vf_immed_vlan_work_handler()
4917 upd_context->qp_context.pri_path.sched_queue = in mlx4_vf_immed_vlan_work_handler()
4918 qp->sched_queue & 0xC7; in mlx4_vf_immed_vlan_work_handler()
4919 upd_context->qp_context.pri_path.sched_queue |= in mlx4_vf_immed_vlan_work_handler()