Home
last modified time | relevance | path

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

/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c2613 struct tm_shared_shaper *subport_ss, *tc_ss; in hierarchy_commit_check() local
2621 tc_ss = tm_tc_shared_shaper_get(dev, nt); in hierarchy_commit_check()
2623 if (subport_ss == NULL && tc_ss == NULL) in hierarchy_commit_check()
2626 if ((subport_ss == NULL && tc_ss != NULL) || in hierarchy_commit_check()
2627 (subport_ss != NULL && tc_ss == NULL) || in hierarchy_commit_check()
2629 tc_ss->shared_shaper_id) in hierarchy_commit_check()