Searched refs:vf_mvs (Results 1 – 3 of 3) sorted by relevance
28 INIT_LIST_HEAD(&wx->vf_mvs.mvlist); in wx_alloc_vf_macvlans() 43 list_add(&mv_list[i].mvlist, &wx->vf_mvs.mvlist); in wx_alloc_vf_macvlans() 532 list_for_each(pos, &wx->vf_mvs.mvlist) { in wx_set_vf_macvlan() 547 list_for_each(pos, &wx->vf_mvs.mvlist) { in wx_set_vf_macvlan()
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() 651 list_for_each_entry(entry, &adapter->vf_mvs.l, l) { in ixgbe_set_vf_macvlan() 669 list_for_each_entry(entry, &adapter->vf_mvs.l, l) { in ixgbe_set_vf_macvlan() 679 * for the &adapter->vf_mvs.l list to be empty because the original in ixgbe_set_vf_macvlan()
812 struct vf_macvlans vf_mvs; member