Searched refs:tc_prio (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_tc_flower.c | 783 static void cxgb4_tc_flower_hash_prio_add(struct adapter *adap, u32 tc_prio) in cxgb4_tc_flower_hash_prio_add() argument 786 if (adap->tids.tc_hash_tids_max_prio < tc_prio) in cxgb4_tc_flower_hash_prio_add() 787 adap->tids.tc_hash_tids_max_prio = tc_prio; in cxgb4_tc_flower_hash_prio_add() 791 static void cxgb4_tc_flower_hash_prio_del(struct adapter *adap, u32 tc_prio) in cxgb4_tc_flower_hash_prio_del() argument 802 if (t->tc_hash_tids_max_prio != tc_prio) in cxgb4_tc_flower_hash_prio_del() 815 fe->fs.tc_prio <= t->tc_hash_tids_max_prio) { in cxgb4_tc_flower_hash_prio_del() 816 t->tc_hash_tids_max_prio = fe->fs.tc_prio; in cxgb4_tc_flower_hash_prio_del() 823 if (fe->fs.tc_prio == tc_prio) in cxgb4_tc_flower_hash_prio_del() 842 u32 tc_prio, struct netlink_ext_ack *extack, in cxgb4_flow_rule_replace() argument 889 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_uld.h | 285 u32 tc_prio);
|
| H A D | cxgb4_tc_u32.c | 202 fs.tc_prio = cls->common.prio; in cxgb4_config_knode()
|
| H A D | cxgb4_tc_matchall.c | 328 fs->tc_prio = cls->common.prio; in cxgb4_matchall_add_filter()
|
| H A D | cxgb4_ethtool.c | 1859 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/ethernet/intel/ice/virt/ |
| H A D | virtchnl.c | 402 u8 tc_prio[ICE_MAX_TRAFFIC_CLASS] = { 0 }; in ice_vc_get_qos_caps() local 449 tc_prio[tc] |= BIT(i); in ice_vc_get_qos_caps() 455 cfg->tc_prio = tc_prio[i]; in ice_vc_get_qos_caps()
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_common.c | 4383 int ret, band, tc_prio; in ksz_tc_ets_add() local 4409 for (tc_prio = 0; tc_prio < ARRAY_SIZE(p->priomap); tc_prio++) { in ksz_tc_ets_add() 4412 if (tc_prio >= dev->info->num_ipms) in ksz_tc_ets_add() 4415 queue = ksz_ets_band_to_queue(p, p->priomap[tc_prio]); in ksz_tc_ets_add() 4416 queue_map |= queue << (tc_prio * KSZ9477_PORT_TC_MAP_S); in ksz_tc_ets_add()
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_sli.h | 2225 u32 tc_prio[8]; member
|