Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.h348 uint32_t *subport_profile_id);
372 uint32_t subport_profile_id);
H A Drte_sched.c1085 uint32_t subport_profile_id) in rte_sched_subport_config() argument
1109 if (subport_profile_id >= port->n_max_subport_profiles) { in rte_sched_subport_config()
1153 subport_profile_id = 0; in rte_sched_subport_config()
1262 profile = port->subport_profiles + subport_profile_id; in rte_sched_subport_config()
1281 s->profile = subport_profile_id; in rte_sched_subport_config()
1285 rte_sched_port_log_subport_profile(port, subport_profile_id); in rte_sched_subport_config()
1479 uint32_t *subport_profile_id) in rte_sched_port_subport_profile_add() argument
1498 if (subport_profile_id == NULL) { in rte_sched_port_subport_profile_add()
1534 *subport_profile_id = port->n_subport_profiles; in rte_sched_port_subport_profile_add()
1537 rte_sched_port_log_subport_profile(port, *subport_profile_id); in rte_sched_port_subport_profile_add()
/f-stack/dpdk/examples/ip_pipeline/
H A Dtmgr.c252 uint32_t subport_profile_id) in tmgr_subport_config() argument
264 (subport_profile_id >= n_subport_profiles)) in tmgr_subport_config()
272 subport_profile_id); in tmgr_subport_config()
H A Dtmgr.h65 uint32_t subport_profile_id);
H A Dcli.c607 uint32_t subport_id, subport_profile_id; in cmd_tmgr_subport() local
623 if (parser_read_uint32(&subport_profile_id, tokens[5]) != 0) { in cmd_tmgr_subport()
628 status = tmgr_subport_config(name, subport_id, subport_profile_id); in cmd_tmgr_subport()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c1121 uint32_t *subport_profile_id) in subport_profile_exists() argument
1129 if (subport_profile_id) in subport_profile_exists()
1130 *subport_profile_id = i; in subport_profile_exists()
1150 uint32_t subport_profile_id; in update_subport_tc_rate() local
1167 subport_id, NULL, subport_profile_id)) in update_subport_tc_rate()
2387 uint32_t subport_profile_id) in subport_profile_mark() argument
2398 uint32_t subport_profile_id) in subport_profile_install() argument
2410 uint32_t *subport_profile_id) in subport_profile_free_exists() argument
2416 *subport_profile_id = t->n_subport_profiles; in subport_profile_free_exists()
3033 uint32_t subport_profile_id; in update_subport_rate() local
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst282 profile <subport_profile_id>
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst660 * sched: Added ``subport_profile_id`` as an argument