Lines Matching refs:vdev
146 static int cpsw_update_vlan_mc(struct net_device *vdev, int vid, void *ctx)
152 if (!vdev || !(vdev->flags & IFF_UP))
156 netdev_for_each_mc_addr(ha, vdev) {
211 static int cpsw_purge_vlan_mc(struct net_device *vdev, int vid, void *ctx)
217 if (!vdev || !(vdev->flags & IFF_UP))
221 netdev_for_each_mc_addr(ha, vdev) {
476 static int cpsw_restore_vlans(struct net_device *vdev, int vid, void *arg)
480 if (!vdev || !vid)