Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_type.h724 struct list_head vsi_list_map_head; member
H A Dice_common.c756 INIT_LIST_HEAD(&sw->vsi_list_map_head); in ice_init_fltr_mgmt_struct()
779 list_for_each_entry_safe(v_pos_map, v_tmp_map, &sw->vsi_list_map_head, in ice_cleanup_fltr_mgmt_struct()
H A Dice_switch.c2742 list_add(&v_map->list_entry, &sw->vsi_list_map_head); in ice_create_vsi_list_map()