Home
last modified time | relevance | path

Searched refs:n_subports (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/sched/
H A Drte_sched.c1074 for (i = 0; i < n_subports; i++) { in rte_sched_free_memory()
1089 uint32_t n_subports) in rte_sched_red_config() argument
1125 uint32_t n_subports) in rte_sched_pie_config() argument
1156 uint32_t n_subports) in rte_sched_cman_config() argument
1175 uint32_t n_subports = subport_id; in rte_sched_subport_config() local
1236 n_subports++; in rte_sched_subport_config()
1357 rte_sched_free_memory(port, n_subports); in rte_sched_subport_config()
1372 uint32_t n_subports = subport_id + 1; in rte_sched_pipe_config() local
1481 rte_sched_free_memory(port, n_subports); in rte_sched_pipe_config()
2891 uint32_t i, n_subports = 0, count; in rte_sched_port_dequeue() local
[all …]
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c65 uint32_t n_subports, subport_id; in softnic_tmgr_port_create() local
86 n_subports = t->port_params.n_subports_per_port; in softnic_tmgr_port_create()
87 for (subport_id = 0; subport_id < n_subports; subport_id++) { in softnic_tmgr_port_create()