Searched refs:v_map (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_switch.c1557 struct ice_vsi_list_map_info *v_map; local
1560 v_map = (struct ice_vsi_list_map_info *)ice_malloc(hw, sizeof(*v_map));
1561 if (!v_map)
1564 v_map->vsi_list_id = vsi_list_id;
1565 v_map->ref_cnt = 1;
1567 ice_set_bit(vsi_handle_arr[i], v_map->vsi_map);
1569 LIST_ADD(&v_map->list_entry, &sw->vsi_list_map_head);
1570 return v_map;

Completed in 70 milliseconds