Searched refs:cpsw_update_vlan_mc (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/ti/ |
| 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()
|
| D | cpsw_new.c | 145 static int cpsw_update_vlan_mc(struct net_device *vdev, int vid, void *ctx) in cpsw_update_vlan_mc() function 187 ret = vlan_for_each(ndev, cpsw_update_vlan_mc, &sync_ctx); in cpsw_add_mc_addr() 203 vlan_for_each(ndev, cpsw_update_vlan_mc, &sync_ctx); in cpsw_del_mc_addr()
|