Home
last modified time | relevance | path

Searched refs:subport_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
2620 subport_ss = s[nt->priority]; 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()
2628 subport_ss->shared_shaper_id != in hierarchy_commit_check()