Home
last modified time | relevance | path

Searched refs:n_tc (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.h295 uint32_t n_tc; member
H A Drte_table_action.c105 ((mtr->n_tc != 1) && (mtr->n_tc != 4)) || in mtr_cfg_check()
166 return mtr->n_tc * sizeof(struct mtr_trtcm_data); in mtr_data_size()
226 if (p->tc_mask > RTE_LEN2MASK(cfg->n_tc, uint32_t)) in mtr_apply_check()
2727 (tc_mask > RTE_LEN2MASK(action->cfg.mtr.n_tc, uint32_t))) in rte_table_action_meter_read()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c512 uint32_t n_tc = n_spp * n_pps * RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; in root_node_id() local
515 return n_queues + n_tc + n_pipes + n_spp; in root_node_id()
524 uint32_t n_tc = n_pipes * RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; in subport_node_id() local
527 return n_queues + n_tc + n_pipes + subport_id; in subport_node_id()
537 uint32_t n_tc = n_pipes * RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE; in pipe_node_id() local
541 n_tc + in pipe_node_id()
1877 if (softnic_parser_read_uint32(&p.mtr.n_tc, in cmd_table_action_profile()
H A Drte_eth_softnic_flow.c1565 if (params->mtr.n_tc != 1) in flow_rule_action_get()
H A Drte_eth_softnic_thread.c1148 uint32_t tc_mask0 = (1 << ap->params.mtr.n_tc) - 1; in action_check()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst337 tc <n_tc>
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c1120 uint32_t tc_mask0 = (1 << ap->params.mtr.n_tc) - 1; in action_check()
1974 tc_mask = (1 << table->ap->params.mtr.n_tc) - 1; in pipeline_table_rule_mtr_read()
H A Dcli.c1173 if (parser_read_uint32(&p.mtr.n_tc, tokens[t0 + 3]) != 0) { in cmd_table_action_profile()