Home
last modified time | relevance | path

Searched refs:n_max_subport_profiles (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/sched/
H A Drte_sched.h301 uint32_t n_max_subport_profiles; member
H A Drte_sched.c227 uint32_t n_max_subport_profiles; member
485 params->n_max_subport_profiles == 0 || in rte_sched_port_check_params()
486 params->n_subport_profiles > params->n_max_subport_profiles) { in rte_sched_port_check_params()
952 size2 = params->n_max_subport_profiles * in rte_sched_port_config()
976 port->n_max_subport_profiles = params->n_max_subport_profiles; in rte_sched_port_config()
1196 if (subport_profile_id >= port->n_max_subport_profiles) { in rte_sched_subport_config()
1583 if (port->n_subport_profiles >= port->n_max_subport_profiles) { in rte_sched_port_subport_profile_add()
/dpdk/app/test/
H A Dtest_sched.c79 .n_max_subport_profiles = MAX_SCHED_SUBPORT_PROFILES,
/dpdk/examples/ip_pipeline/
H A Dtmgr.c192 p.n_max_subport_profiles = TMGR_SUBPORT_PROFILE_MAX; in tmgr_port_create()
/dpdk/examples/qos_sched/
H A Dinit.c299 .n_max_subport_profiles = MAX_SCHED_SUBPORT_PROFILES,
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c2753 .n_max_subport_profiles = TM_MAX_SUBPORT_PROFILE, in hierarchy_blueprints_create()