Lines Matching refs:vdev
144 static int cpsw_update_vlan_mc(struct net_device *vdev, int vid, void *ctx)
150 if (!vdev || !(vdev->flags & IFF_UP))
154 netdev_for_each_mc_addr(ha, vdev) {
209 static int cpsw_purge_vlan_mc(struct net_device *vdev, int vid, void *ctx)
215 if (!vdev || !(vdev->flags & IFF_UP))
219 netdev_for_each_mc_addr(ha, vdev) {
484 static int cpsw_restore_vlans(struct net_device *vdev, int vid, void *arg)
488 if (!vdev || !vid)