Home
last modified time | relevance | path

Searched refs:n_subports_per_port (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/examples/ip_pipeline/
H A Dtmgr.c170 (params->n_subports_per_port == 0) || in tmgr_port_create()
183 p.n_subports_per_port = params->n_subports_per_port; in tmgr_port_create()
201 for (i = 0; i < params->n_subports_per_port; i++) { in tmgr_port_create()
240 tmgr_port->n_subports_per_port = params->n_subports_per_port; in tmgr_port_create()
263 (subport_id >= port->n_subports_per_port) || in tmgr_subport_config()
293 (subport_id >= port->n_subports_per_port) || in tmgr_pipe_config()
H A Dtmgr.h32 uint32_t n_subports_per_port; member
46 uint32_t n_subports_per_port; member
H A Dthread.c1128 uint32_t n_subports_per_port = in action_check() local
1129 ap->params.tm.n_subports_per_port; in action_check()
1135 if ((subport_id >= n_subports_per_port) || in action_check()
H A Dcli.c545 if (parser_read_uint32(&p.n_subports_per_port, tokens[5]) != 0) { in cmd_tmgr()
1217 if (parser_read_uint32(&p.tm.n_subports_per_port, in cmd_table_action_profile()
/f-stack/dpdk/examples/qos_sched/
H A Dstats.c26 subport_id >= port_params.n_subports_per_port || in qavg_q()
71 if (i == nb_pfc || subport_id >= port_params.n_subports_per_port || in qavg_tcpipe()
127 subport_id >= port_params.n_subports_per_port || in qavg_pipe()
174 subport_id >= port_params.n_subports_per_port || in qavg_tcsubport()
244 subport_id >= port_params.n_subports_per_port) in qavg_subport()
296 if (i == nb_pfc || subport_id >= port_params.n_subports_per_port) in subport_stat()
335 subport_id >= port_params.n_subports_per_port || in pipe_stat()
H A Dinit.c292 .n_subports_per_port = 1,
324 for (subport = 0; subport < port_params.n_subports_per_port; subport ++) { in app_init_sched_port()
H A Dapp_thread.c40 (port_params.n_subports_per_port - 1); in get_pkt_sched()
H A Dcfg_file.c40 port_params->n_subports_per_port = (uint32_t)atoi(entry); in cfg_load_port()
/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.c217 uint32_t n_subports_per_port; member
287 for (i = 0; i < port->n_subports_per_port; i++) in rte_sched_port_queues_per_port()
472 if (params->n_subports_per_port == 0 || in rte_sched_port_check_params()
473 params->n_subports_per_port > 1u << 16 || in rte_sched_port_check_params()
971 port->n_subports_per_port = params->n_subports_per_port; in rte_sched_port_config()
1059 for (i = 0; i < port->n_subports_per_port; i++) in rte_sched_port_free()
1101 if (subport_id >= port->n_subports_per_port) { in rte_sched_subport_config()
1313 if (subport_id >= port->n_subports_per_port) { in rte_sched_pipe_config()
1430 if (subport_id > port->n_subports_per_port) { in rte_sched_subport_pipe_profile_add()
1606 if (subport_id >= port->n_subports_per_port) { in rte_sched_subport_read_stats()
[all …]
H A Drte_sched.h257 uint32_t n_subports_per_port; member
/f-stack/dpdk/app/test/
H A Dtest_sched.c67 .n_subports_per_port = 1,
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.h344 uint32_t n_subports_per_port; member
H A Drte_table_action.c351 if ((tm->n_subports_per_port == 0) || in tm_cfg_check()
352 (rte_is_power_of_2(tm->n_subports_per_port) == 0) || in tm_cfg_check()
353 (tm->n_subports_per_port > UINT16_MAX) || in tm_cfg_check()
370 if ((p->subport_id >= cfg->n_subports_per_port) || in tm_apply_check()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst272 spp <n_subports_per_port>
339 [tm spp <n_subports_per_port> pps <n_pipes_per_subport>]
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c86 n_subports = t->port_params.n_subports_per_port; in softnic_tmgr_port_create()
2756 .n_subports_per_port = root->n_children, in hierarchy_blueprints_create()
3272 uint32_t n_subports_per_port = h->n_tm_nodes[TM_NODE_LEVEL_SUBPORT]; in read_port_stats() local
3275 for (subport_id = 0; subport_id < n_subports_per_port; subport_id++) { in read_port_stats()
H A Drte_eth_softnic_thread.c1156 uint32_t n_subports_per_port = in action_check() local
1157 ap->params.tm.n_subports_per_port; in action_check()
1163 if (subport_id >= n_subports_per_port || in action_check()
H A Drte_eth_softnic_cli.c1923 if (softnic_parser_read_uint32(&p.tm.n_subports_per_port, in cmd_table_action_profile()