Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_resources.c65 context->pri_path.sched_queue = 0x83 | (priv->port - 1) << 6; in mlx4_en_fill_qp_context()
68 context->pri_path.sched_queue |= user_prio << 3; in mlx4_en_fill_qp_context()
Dresource_tracker.c120 u8 sched_queue; member
705 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1; in update_gid()
714 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1; in update_gid()
724 port = (qp_ctx->alt_path.sched_queue >> 6 & 1) + 1; in update_gid()
749 port = (qpc->pri_path.sched_queue & 0x40) ? 2 : 1; in update_vport_qp_param()
825 qpc->pri_path.sched_queue &= 0xC7; in update_vport_qp_param()
826 qpc->pri_path.sched_queue |= (vp_oper->state.default_qos) << 3; in update_vport_qp_param()
2971 qp->sched_queue = 0; in mlx4_RST2INIT_QP_wrapper()
3207 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1; in verify_qp_parameters()
3216 port = (qp_ctx->alt_path.sched_queue >> 6 & 1) + 1; in verify_qp_parameters()
[all …]
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dqp.c1707 path->sched_queue = (path->sched_queue & 0xbf) | ((port - 1) << 6); in mlx4_set_sched()
1756 path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | in _mlx4_set_path()
1821 path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | in _mlx4_set_path()
1873 context->pri_path.sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | ((qp->port - 1) << 6); in handle_eth_ud_smac_index()
2378 context->pri_path.sched_queue = (qp->port - 1) << 6; in __mlx4_ib_modify_qp()
2382 context->pri_path.sched_queue |= MLX4_IB_DEFAULT_QP0_SCHED_QUEUE; in __mlx4_ib_modify_qp()
2388 context->pri_path.sched_queue |= MLX4_IB_DEFAULT_SCHED_QUEUE; in __mlx4_ib_modify_qp()
3907 u8 port_num = path->sched_queue & 0x40 ? 2 : 1; in to_rdma_ah_attr()
3915 rdma_ah_set_sl(ah_attr, ((path->sched_queue >> 3) & 0x7) | in to_rdma_ah_attr()
3916 ((path->sched_queue & 4) << 1)); in to_rdma_ah_attr()
[all …]
/Linux-v4.19/include/linux/mlx4/
Dqp.h153 u8 sched_queue; member
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_qp.c665 u8 sched_queue = ibqp->uobject ? 0x2 : 0x1; in __mthca_modify_qp() local
668 qp_context->rlkey_arbel_sched_queue |= sched_queue; in __mthca_modify_qp()
670 qp_context->tavor_sched_queue |= cpu_to_be32(sched_queue); in __mthca_modify_qp()