Home
last modified time | relevance | path

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

/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_internals.h172 #ifndef TM_MAX_PIPES_PER_SUBPORT
173 #define TM_MAX_PIPES_PER_SUBPORT 4096 macro
193 uint32_t pipe_to_profile[TM_MAX_SUBPORTS * TM_MAX_PIPES_PER_SUBPORT];
H A Drte_eth_softnic_tm.c104 int pos = subport_id * TM_MAX_PIPES_PER_SUBPORT + pipe_id; in softnic_tmgr_port_create()
2528 if (n_pipes_per_subport > TM_MAX_PIPES_PER_SUBPORT) in hierarchy_commit_check()
2754 .n_pipes_per_subport = TM_MAX_PIPES_PER_SUBPORT, in hierarchy_blueprints_create()