Searched refs:vf_mvs (Results 1 – 2 of 2) sorted by relevance
33 INIT_LIST_HEAD(&adapter->vf_mvs.l); in ixgbe_alloc_vf_macvlans()46 list_add(&mv_list[i].l, &adapter->vf_mvs.l); in ixgbe_alloc_vf_macvlans()647 list_for_each_entry(entry, &adapter->vf_mvs.l, l) { in ixgbe_set_vf_macvlan()665 list_for_each_entry(entry, &adapter->vf_mvs.l, l) { in ixgbe_set_vf_macvlan()
795 struct vf_macvlans vf_mvs; member