Searched refs:sched_queue (Results 1 – 8 of 8) sorted by relevance
61 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()
116 u8 sched_queue; member609 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1; in update_gid()617 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1; in update_gid()626 port = (qp_ctx->alt_path.sched_queue >> 6 & 1) + 1; in update_gid()671 port = (qpc->pri_path.sched_queue & 0x40) ? 2 : 1; in update_vport_qp_param()725 qpc->pri_path.sched_queue &= 0xC7; in update_vport_qp_param()726 qpc->pri_path.sched_queue |= (vp_oper->state.default_qos) << 3; in update_vport_qp_param()2662 qp->sched_queue = 0; in mlx4_RST2INIT_QP_wrapper()2868 port = (qp_ctx->pri_path.sched_queue >> 6 & 1) + 1; in verify_qp_parameters()2877 port = (qp_ctx->alt_path.sched_queue >> 6 & 1) + 1; in verify_qp_parameters()[all …]
1581 path->sched_queue = (path->sched_queue & 0xbf) | ((port - 1) << 6); in mlx4_set_sched()1641 path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | in mlx4_set_path()1714 path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | in mlx4_set_path()1748 context->pri_path.sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE | ((qp->port - 1) << 6); in handle_eth_ud_smac_index()2022 context->pri_path.sched_queue = (qp->port - 1) << 6; in __mlx4_ib_modify_qp()2026 context->pri_path.sched_queue |= MLX4_IB_DEFAULT_QP0_SCHED_QUEUE; in __mlx4_ib_modify_qp()2032 context->pri_path.sched_queue |= MLX4_IB_DEFAULT_SCHED_QUEUE; in __mlx4_ib_modify_qp()2036 context->pri_path.sched_queue |= in __mlx4_ib_modify_qp()3542 ib_ah_attr->port_num = path->sched_queue & 0x40 ? 2 : 1; in to_ib_ah_attr()3550 ib_ah_attr->sl = ((path->sched_queue >> 3) & 0x7) | in to_ib_ah_attr()[all …]
159 u8 sched_queue; member
660 u8 sched_queue = ibqp->uobject ? 0x2 : 0x1; in __mthca_modify_qp() local663 qp_context->rlkey_arbel_sched_queue |= sched_queue; in __mthca_modify_qp()665 qp_context->tavor_sched_queue |= cpu_to_be32(sched_queue); in __mthca_modify_qp()
2437 sched_queue(int argc, const char *argv[]) in sched_queue() function2518 rc = sched_queue(argc, argv); in run_cmd()