Searched refs:cpsw_update_vlan_mc (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/ti/
H A Dcpsw.c203 static int cpsw_update_vlan_mc(struct net_device *vdev, int vid, void *ctx) function
245 ret = vlan_for_each(ndev, cpsw_update_vlan_mc, &sync_ctx);
261 vlan_for_each(ndev, cpsw_update_vlan_mc, &sync_ctx);
H A Dcpsw_new.c146 static int cpsw_update_vlan_mc(struct net_device *vdev, int vid, void *ctx) function
188 ret = vlan_for_each(ndev, cpsw_update_vlan_mc, &sync_ctx);
204 vlan_for_each(ndev, cpsw_update_vlan_mc, &sync_ctx);

Completed in 134 milliseconds