Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.c1478 hw->switch_info->recp_list = recps; in ice_init_def_sw_recp()
1968 hw->switch_info->rule_cnt += num_rules; in ice_aq_sw_rules()
1970 hw->switch_info->rule_cnt -= num_rules; in ice_aq_sw_rules()
1973 trace_ice_aq_sw_rules(hw->switch_info); in ice_aq_sw_rules()
2197 hw->switch_info->recp_cnt++; in ice_alloc_recipe()
2216 hw->switch_info->recp_cnt--; in ice_free_recipe_res()
2232 struct ice_switch_info *sw = hw->switch_info; in ice_release_recipe_res()
2287 for (i = 0; i < hw->switch_info->max_used_prof_index + 1; i++) { in ice_get_recp_to_prof_map()
2391 hw->switch_info->prof_res_bm[prof])) in ice_get_recp_frm_fw()
2852 struct ice_switch_info *sw = hw->switch_info; in ice_create_vsi_list_map()
[all …]
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()
5769 struct ice_switch_info *sw = hw->switch_info; in ice_replay_pre_init()
H A Dice_type.h940 struct ice_switch_info *switch_info; /* switch filter lists */ member