Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.c2388 if (!ice_is_tc_ena(agg_vsi_info->tc_bitmap[0], tc)) in ice_move_all_vsi_to_dflt_agg()
2493 if (!ice_is_tc_ena(agg_info->tc_bitmap[0], tc)) in ice_rm_agg_cfg_tc()
2661 if (!ice_is_tc_ena(*tc_bitmap, tc)) { in ice_sched_cfg_agg()
2670 if (ice_is_tc_ena(agg_info->tc_bitmap[0], tc)) in ice_sched_cfg_agg()
2839 if (!ice_is_tc_ena(*tc_bitmap, tc)) in ice_sched_assoc_vsi_to_agg()
4205 if (ice_is_tc_ena(*tc_bitmap, tc) && in ice_sched_get_ena_tc_bitmap()
H A Dice_type.h21 static inline bool ice_is_tc_ena(unsigned long bitmap, u8 tc) in ice_is_tc_ena() function
H A Dice_common.c4846 ice_is_tc_ena(tc_bitmap, i)); in ice_cfg_vsi_qs()