Searched refs:tc_prio (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_flower.c | 797 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 …]
|
D | cxgb4_tc_flower.h | 141 u32 tc_prio, struct netlink_ext_ack *extack, 143 int cxgb4_flow_rule_destroy(struct net_device *dev, u32 tc_prio,
|
D | cxgb4_filter.c | 539 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()
|
D | cxgb4_uld.h | 285 u32 tc_prio);
|
D | cxgb4_tc_u32.c | 202 fs.tc_prio = cls->common.prio; in cxgb4_config_knode()
|
D | cxgb4_tc_matchall.c | 328 fs->tc_prio = cls->common.prio; in cxgb4_matchall_add_filter()
|
D | cxgb4.h | 1412 u32 tc_prio; /* TC's filter priority index */ member
|
D | cxgb4_ethtool.c | 1854 ret = cxgb4_flow_rule_destroy(dev, f->fs.tc_prio, &f->fs, filter_id); in cxgb4_ntuple_del_filter()
|
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb.h | 133 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-v6.6/drivers/net/dsa/microchip/ |
D | ksz_common.c | 3261 int ret, band, tc_prio; in ksz_tc_ets_add() local 3287 for (tc_prio = 0; tc_prio < ARRAY_SIZE(p->priomap); tc_prio++) { in ksz_tc_ets_add() 3290 if (tc_prio > KSZ9477_MAX_TC_PRIO) in ksz_tc_ets_add() 3293 queue = ksz_ets_band_to_queue(p, p->priomap[tc_prio]); in ksz_tc_ets_add() 3294 queue_map |= queue << (tc_prio * KSZ9477_PORT_TC_MAP_S); in ksz_tc_ets_add() 3302 int ret, queue, tc_prio, s; in ksz_tc_ets_del() local 3332 for (tc_prio = 0; tc_prio <= KSZ9477_MAX_TC_PRIO; tc_prio++) { in ksz_tc_ets_del() 3335 queue = tc_prio >> s; in ksz_tc_ets_del() 3336 queue_map |= queue << (tc_prio * KSZ9477_PORT_TC_MAP_S); in ksz_tc_ets_del()
|
/Linux-v6.6/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_sli.h | 2225 u32 tc_prio[8]; member
|