Searched refs:cpsw_update_vlan_mc (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | cpsw.c | 203 static int cpsw_update_vlan_mc(struct net_device *vdev, int vid, void *ctx) in cpsw_update_vlan_mc() function 245 ret = vlan_for_each(ndev, cpsw_update_vlan_mc, &sync_ctx); in cpsw_add_mc_addr() 261 vlan_for_each(ndev, cpsw_update_vlan_mc, &sync_ctx); in cpsw_del_mc_addr()
|
| H A D | cpsw_new.c | 144 static int cpsw_update_vlan_mc(struct net_device *vdev, int vid, void *ctx) in cpsw_update_vlan_mc() function 186 ret = vlan_for_each(ndev, cpsw_update_vlan_mc, &sync_ctx); in cpsw_add_mc_addr() 202 vlan_for_each(ndev, cpsw_update_vlan_mc, &sync_ctx); in cpsw_del_mc_addr()
|