Searched refs:sched_queue (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c61 context->pri_path.sched_queue = 0x83 | (priv->port - 1) << 6;
63 context->pri_path.sched_queue |= user_prio << 3;
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c118 u8 sched_queue; member in struct:res_qp
702 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1;
711 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1;
721 port = (qp_ctx->alt_path.sched_queue >> 6 & 1) + 1;
746 port = (qpc->pri_path.sched_queue & 0x40) ? 2 : 1;
822 qpc->pri_path.sched_queue &= 0xC7;
823 qpc->pri_path.sched_queue |= (vp_oper->state.default_qos) << 3;
2928 qp->sched_queue = 0;
3161 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1;
3170 port = (qp_ctx->alt_path.sched_queue >>
[all...]
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1386 path->sched_queue = (path->sched_queue & 0xbf) | ((port - 1) << 6);
1434 path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE |
1500 path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE |
1552 context->pri_path.sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | ((qp->port - 1) << 6);
1921 context->pri_path.sched_queue = (qp->port - 1) << 6;
1925 context->pri_path.sched_queue |= MLX4_IB_DEFAULT_QP0_SCHED_QUEUE;
1931 context->pri_path.sched_queue |= MLX4_IB_DEFAULT_SCHED_QUEUE;
3399 ib_ah_attr->port_num = path->sched_queue & 0x40 ? 2 : 1;
3407 ib_ah_attr->sl = ((path->sched_queue >>
[all...]
/freebsd-12-stable/sys/dev/mlx4/
H A Dqp.h157 u8 sched_queue; member in struct:mlx4_qp_path
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_qp.c653 u8 sched_queue = ibqp->uobject ? 0x2 : 0x1; local
656 qp_context->rlkey_arbel_sched_queue |= sched_queue;
658 qp_context->tavor_sched_queue |= cpu_to_be32(sched_queue);
/freebsd-12-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c3004 sched_queue(int argc, const char *argv[]) function
3532 rc = sched_queue(argc, argv);

Completed in 143 milliseconds