Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c61 context->pri_path.sched_queue = 0x83 | (priv->port - 1) << 6; in mlx4_en_fill_qp_context()
63 context->pri_path.sched_queue |= user_prio << 3; in mlx4_en_fill_qp_context()
/freebsd-14.2/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c118 u8 sched_queue; member
822 qpc->pri_path.sched_queue &= 0xC7; in update_vport_qp_param()
2928 qp->sched_queue = 0; in mlx4_RST2INIT_QP_wrapper()
3728 qpc->pri_path.sched_queue = pri_sched_queue; in adjust_qp_sched_queue()
3737 qpc->alt_path.sched_queue = in adjust_qp_sched_queue()
3738 (qpc->alt_path.sched_queue & ~(1 << 6)) | in adjust_qp_sched_queue()
3815 qp->sched_queue = orig_sched_queue; in mlx4_INIT2RTR_QP_wrapper()
4282 port = (rqp->sched_queue >> 6 & 1) + 1; in mlx4_UPDATE_QP_wrapper()
5312 port = (qp->sched_queue >> 6 & 1) + 1; in mlx4_vf_immed_vlan_work_handler()
5330 qp->sched_queue; in mlx4_vf_immed_vlan_work_handler()
[all …]
/freebsd-14.2/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1391 path->sched_queue = (path->sched_queue & 0xbf) | ((port - 1) << 6); in mlx4_set_sched()
1439 path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | in _mlx4_set_path()
1505 path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | in _mlx4_set_path()
1929 context->pri_path.sched_queue = (qp->port - 1) << 6; in __mlx4_ib_modify_qp()
1933 context->pri_path.sched_queue |= MLX4_IB_DEFAULT_QP0_SCHED_QUEUE; in __mlx4_ib_modify_qp()
1939 context->pri_path.sched_queue |= MLX4_IB_DEFAULT_SCHED_QUEUE; in __mlx4_ib_modify_qp()
3399 ib_ah_attr->port_num = path->sched_queue & 0x40 ? 2 : 1; in to_ib_ah_attr()
3407 ib_ah_attr->sl = ((path->sched_queue >> 3) & 0x7) | in to_ib_ah_attr()
3408 ((path->sched_queue & 4) << 1); in to_ib_ah_attr()
3410 ib_ah_attr->sl = (path->sched_queue >> 2) & 0xf; in to_ib_ah_attr()
[all …]
/freebsd-14.2/sys/dev/mlx4/
H A Dqp.h157 u8 sched_queue; member
/freebsd-14.2/sys/dev/mthca/
H A Dmthca_qp.c657 u8 sched_queue = ibqp->uobject ? 0x2 : 0x1; in __mthca_modify_qp() local
660 qp_context->rlkey_arbel_sched_queue |= sched_queue; in __mthca_modify_qp()
662 qp_context->tavor_sched_queue |= cpu_to_be32(sched_queue); in __mthca_modify_qp()
/freebsd-14.2/usr.sbin/cxgbetool/
H A Dcxgbetool.c2984 sched_queue(int argc, const char *argv[]) in sched_queue() function
3578 rc = sched_queue(argc, argv); in run_cmd()