Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c2040 p->soft.tm.h.n_tm_nodes[n->level]++; in pmd_tm_node_add()
2081 p->soft.tm.h.n_tm_nodes[n->level]--; in pmd_tm_node_delete()
2212 n_pipes_per_subport = h->n_tm_nodes[TM_NODE_LEVEL_PIPE] / in pipe_profile_mark()
2213 h->n_tm_nodes[TM_NODE_LEVEL_SUBPORT]; in pipe_profile_mark()
2226 h->n_tm_nodes[TM_NODE_LEVEL_SUBPORT]; in pipe_profile_get()
2521 if (h->n_tm_nodes[TM_NODE_LEVEL_PIPE] == 0) in hierarchy_commit_check()
2531 n_pipes_per_subport = h->n_tm_nodes[TM_NODE_LEVEL_PIPE] / in hierarchy_commit_check()
2532 h->n_tm_nodes[TM_NODE_LEVEL_SUBPORT]; in hierarchy_commit_check()
2772 h->n_tm_nodes[TM_NODE_LEVEL_PIPE] / in hierarchy_blueprints_create()
2773 h->n_tm_nodes[TM_NODE_LEVEL_SUBPORT], in hierarchy_blueprints_create()
[all …]
H A Drte_eth_softnic_internals.h254 uint32_t n_tm_nodes[TM_NODE_LEVEL_MAX]; member
768 return p->soft.tm.h.n_tm_nodes[TM_NODE_LEVEL_PORT]; in tm_used()