Home
last modified time | relevance | path

Searched refs:vf_mvs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_sriov.c28 INIT_LIST_HEAD(&wx->vf_mvs.mvlist); in wx_alloc_vf_macvlans()
42 list_add(&mv_list[i].mvlist, &wx->vf_mvs.mvlist); in wx_alloc_vf_macvlans()
546 list_for_each(pos, &wx->vf_mvs.mvlist) { in wx_set_vf_macvlan()
561 list_for_each(pos, &wx->vf_mvs.mvlist) { in wx_set_vf_macvlan()
H A Dwx_type.h1367 struct vf_macvlans vf_mvs; member
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c33 INIT_LIST_HEAD(&adapter->vf_mvs.l); in ixgbe_alloc_vf_macvlans()
45 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()
H A Dixgbe.h812 struct vf_macvlans vf_mvs; member