Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_switch.c700 struct ice_switch_info *sw = hw->switch_info; in ice_create_vsi_list_map()
819 struct ice_switch_info *sw = hw->switch_info; in ice_create_pkt_fwd_rule()
1054 struct ice_switch_info *sw = hw->switch_info; in ice_find_mac_entry()
1187 struct ice_switch_info *sw = hw->switch_info; in ice_add_mac()
1232 struct ice_switch_info *sw = hw->switch_info; in ice_find_vlan_entry()
1379 struct ice_switch_info *sw = hw->switch_info; in ice_handle_rem_vsi_list_mgmt()
1542 struct ice_switch_info *sw = hw->switch_info; in ice_remove_mac()
1819 struct ice_switch_info *sw = hw->switch_info; in ice_remove_vsi_lkup_fltr()
Dice_type.h296 struct ice_switch_info *switch_info; /* switch filter lists */ member
Dice_common.c327 hw->switch_info = devm_kzalloc(ice_hw_to_dev(hw), in ice_init_fltr_mgmt_struct()
328 sizeof(*hw->switch_info), GFP_KERNEL); in ice_init_fltr_mgmt_struct()
329 sw = hw->switch_info; in ice_init_fltr_mgmt_struct()
360 struct ice_switch_info *sw = hw->switch_info; in ice_cleanup_fltr_mgmt_struct()