Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/mxl862xx/
H A Dmxl862xx.c963 struct mxl862xx_vf_vid *ve, *last_ve; in mxl862xx_vf_del_vid() local
989 list_for_each_entry(last_ve, &vf->vids, list) in mxl862xx_vf_del_vid()
990 if (last_ve->index == last) in mxl862xx_vf_del_vid()
993 if (WARN_ON(list_entry_is_head(last_ve, &vf->vids, list))) in mxl862xx_vf_del_vid()
997 gap, last_ve->vid); in mxl862xx_vf_del_vid()
1001 last_ve->index = gap; in mxl862xx_vf_del_vid()