Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c797 static void cxgb4_tc_flower_hash_prio_add(struct adapter *adap, u32 tc_prio) in cxgb4_tc_flower_hash_prio_add() argument
800 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()
805 static void cxgb4_tc_flower_hash_prio_del(struct adapter *adap, u32 tc_prio) in cxgb4_tc_flower_hash_prio_del() argument
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()
837 if (fe->fs.tc_prio == tc_prio) in cxgb4_tc_flower_hash_prio_del()
856 u32 tc_prio, struct netlink_ext_ack *extack, in cxgb4_flow_rule_replace() argument
881 tc_prio); in cxgb4_flow_rule_replace()
[all …]
Dcxgb4_tc_flower.h141 u32 tc_prio, struct netlink_ext_ack *extack,
143 int cxgb4_flow_rule_destroy(struct net_device *dev, u32 tc_prio,
Dcxgb4_filter.c539 if ((prev_fe->valid && prev_fe->fs.tc_prio > prio) || in cxgb4_filter_prio_in_range()
540 (next_fe->valid && next_fe->fs.tc_prio < prio)) in cxgb4_filter_prio_in_range()
547 u32 tc_prio) in cxgb4_get_free_ftid() argument
600 ftid = (tc_prio <= t->nhpftids) ? 0 : t->nhpftids; in cxgb4_get_free_ftid()
613 tc_prio > t->tc_hash_tids_max_prio) || in cxgb4_get_free_ftid()
628 if (f->valid && tc_prio < f->fs.tc_prio) in cxgb4_get_free_ftid()
638 if (f->valid && tc_prio > f->fs.tc_prio) in cxgb4_get_free_ftid()
652 tc_prio < t->tc_hash_tids_max_prio) in cxgb4_get_free_ftid()
674 tc_prio)) { in cxgb4_get_free_ftid()
Dcxgb4_tc_u32.c202 fs.tc_prio = cls->common.prio; in cxgb4_config_knode()
Dcxgb4_uld.h285 u32 tc_prio);
Dcxgb4_tc_matchall.c328 fs->tc_prio = cls->common.prio; in cxgb4_matchall_add_filter()
Dcxgb4.h1414 u32 tc_prio; /* TC's filter priority index */ member
Dcxgb4_ethtool.c1854 ret = cxgb4_flow_rule_destroy(dev, f->fs.tc_prio, &f->fs, filter_id); in cxgb4_ntuple_del_filter()
/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb.h133 u8 *bwg_id, u8 *prio_type, u8 *tc_prio);
134 s32 ixgbe_dcb_hw_pfc_config(struct ixgbe_hw *hw, u8 pfc_en, u8 *tc_prio);
/linux-5.19.10/drivers/infiniband/hw/ocrdma/
Docrdma_sli.h2225 u32 tc_prio[8]; member