Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c2619 struct tm_shared_shaper *subport_ss, *tc_ss; in hierarchy_commit_check() local
2627 tc_ss = tm_tc_shared_shaper_get(dev, nt); in hierarchy_commit_check()
2629 if (subport_ss == NULL && tc_ss == NULL) in hierarchy_commit_check()
2632 if ((subport_ss == NULL && tc_ss != NULL) || in hierarchy_commit_check()
2633 (subport_ss != NULL && tc_ss == NULL) || in hierarchy_commit_check()
2635 tc_ss->shared_shaper_id) in hierarchy_commit_check()