Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c407 hw->switch_info->max_used_prof_index = max_prof_index; in ice_get_prof_index_max()
914 bitmap_zero(hw->switch_info->prof_res_bm[off], in ice_init_prof_result_bm()
924 set_bit(i, hw->switch_info->prof_res_bm[off]); in ice_init_prof_result_bm()
H A Dice_common.c827 hw->switch_info = devm_kzalloc(ice_hw_to_dev(hw), in ice_init_fltr_mgmt_struct()
828 sizeof(*hw->switch_info), GFP_KERNEL); in ice_init_fltr_mgmt_struct()
829 sw = hw->switch_info; in ice_init_fltr_mgmt_struct()
842 devm_kfree(ice_hw_to_dev(hw), hw->switch_info); in ice_init_fltr_mgmt_struct()
854 struct ice_switch_info *sw = hw->switch_info; in ice_cleanup_fltr_mgmt_struct()
5772 struct ice_switch_info *sw = hw->switch_info; in ice_replay_pre_init()
H A Dice_type.h942 struct ice_switch_info *switch_info; /* switch filter lists */ member