Lines Matching refs:vdev
203 static int cpsw_update_vlan_mc(struct net_device *vdev, int vid, void *ctx)
209 if (!vdev || !(vdev->flags & IFF_UP))
213 netdev_for_each_mc_addr(ha, vdev) {
268 static int cpsw_purge_vlan_mc(struct net_device *vdev, int vid, void *ctx)
274 if (!vdev || !(vdev->flags & IFF_UP))
278 netdev_for_each_mc_addr(ha, vdev) {
736 static int cpsw_restore_vlans(struct net_device *vdev, int vid, void *arg)
740 if (!vdev)