Searched refs:tc_prio (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A 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 …]
|
H A 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,
|
H A 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()
|
H A D | cxgb4_tc_u32.c | 202 fs.tc_prio = cls->common.prio; in cxgb4_config_knode()
|
H A D | cxgb4_uld.h | 285 u32 tc_prio);
|
H A D | cxgb4_tc_matchall.c | 328 fs->tc_prio = cls->common.prio; in cxgb4_matchall_add_filter()
|
H A D | cxgb4.h | 1412 u32 tc_prio; /* TC's filter priority index */ member
|
H A D | cxgb4_ethtool.c | 1851 ret = cxgb4_flow_rule_destroy(dev, f->fs.tc_prio, &f->fs, filter_id); in cxgb4_ntuple_del_filter()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb.h | 133 u8 *bwg_id, u8 *prio_type, u8 *tc_prio); 134 int ixgbe_dcb_hw_pfc_config(struct ixgbe_hw *hw, u8 pfc_en, u8 *tc_prio);
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 4034 int ret, band, tc_prio; in ksz_tc_ets_add() local 4060 for (tc_prio = 0; tc_prio < ARRAY_SIZE(p->priomap); tc_prio++) { in ksz_tc_ets_add() 4063 if (tc_prio >= dev->info->num_ipms) in ksz_tc_ets_add() 4066 queue = ksz_ets_band_to_queue(p, p->priomap[tc_prio]); in ksz_tc_ets_add() 4067 queue_map |= queue << (tc_prio * KSZ9477_PORT_TC_MAP_S); in ksz_tc_ets_add()
|
/linux/include/linux/avf/ |
H A D | virtchnl.h | 1442 u8 tc_prio; member
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl.c | 1053 u8 tc_prio[ICE_MAX_TRAFFIC_CLASS] = { 0 }; in ice_vc_get_qos_caps() local 1100 tc_prio[tc] |= BIT(i); in ice_vc_get_qos_caps() 1106 cfg->tc_prio = tc_prio[i]; in ice_vc_get_qos_caps()
|
/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_sli.h | 2225 u32 tc_prio[8]; member
|