Searched refs:mvlist (Results 1 – 2 of 2) sorted by relevance
28 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()547 entry = list_entry(pos, struct vf_macvlans, mvlist); in wx_set_vf_macvlan()561 list_for_each(pos, &wx->vf_mvs.mvlist) { in wx_set_vf_macvlan()562 entry = list_entry(pos, struct vf_macvlans, mvlist); in wx_set_vf_macvlan()
1214 struct list_head mvlist; member