Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c800 if (adap->tids.tc_hash_tids_max_prio < tc_prio) in cxgb4_tc_flower_hash_prio_add()
801 adap->tids.tc_hash_tids_max_prio = tc_prio; in cxgb4_tc_flower_hash_prio_add()
816 if (t->tc_hash_tids_max_prio != tc_prio) in cxgb4_tc_flower_hash_prio_del()
829 fe->fs.tc_prio <= t->tc_hash_tids_max_prio) { in cxgb4_tc_flower_hash_prio_del()
830 t->tc_hash_tids_max_prio = fe->fs.tc_prio; in cxgb4_tc_flower_hash_prio_del()
849 t->tc_hash_tids_max_prio = 0; in cxgb4_tc_flower_hash_prio_del()
Dcxgb4_uld.h163 unsigned int tc_hash_tids_max_prio; member
Dcxgb4_filter.c612 if ((t->tc_hash_tids_max_prio && in cxgb4_get_free_ftid()
613 tc_prio > t->tc_hash_tids_max_prio) || in cxgb4_get_free_ftid()
651 if (t->tc_hash_tids_max_prio && in cxgb4_get_free_ftid()
652 tc_prio < t->tc_hash_tids_max_prio) in cxgb4_get_free_ftid()