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()
1967 hw->switch_info->rule_cnt += num_rules; in ice_aq_sw_rules()
1969 hw->switch_info->rule_cnt -= num_rules; in ice_aq_sw_rules()
1972 trace_ice_aq_sw_rules(hw->switch_info); in ice_aq_sw_rules()
2196 hw->switch_info->recp_cnt++; in ice_alloc_recipe()
2215 hw->switch_info->recp_cnt--; in ice_free_recipe_res()
2231 struct ice_switch_info *sw = hw->switch_info; in ice_release_recipe_res()
2286 for (i = 0; i < hw->switch_info->max_used_prof_index + 1; i++) { in ice_get_recp_to_prof_map()
2390 hw->switch_info->prof_res_bm[prof])) in ice_get_recp_frm_fw()
2851 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.c927 hw->switch_info = devm_kzalloc(ice_hw_to_dev(hw), in ice_init_fltr_mgmt_struct()
928 sizeof(*hw->switch_info), GFP_KERNEL); in ice_init_fltr_mgmt_struct()
929 sw = hw->switch_info; in ice_init_fltr_mgmt_struct()
942 devm_kfree(ice_hw_to_dev(hw), hw->switch_info); in ice_init_fltr_mgmt_struct()
954 struct ice_switch_info *sw = hw->switch_info; in ice_cleanup_fltr_mgmt_struct()
5561 struct ice_switch_info *sw = hw->switch_info; in ice_replay_pre_init()
H A Dice_type.h930 struct ice_switch_info *switch_info; /* switch filter lists */ member