Searched refs:tlan_set_mac (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | tlan.c | 187 static void tlan_set_mac(struct net_device *, int areg, char *mac); 1275 tlan_set_mac(dev, i + 1, NULL); in tlan_set_multicast_list() 1284 tlan_set_mac(dev, i + 1, in tlan_set_multicast_list() 1297 tlan_set_mac(dev, i + 1, NULL); in tlan_set_multicast_list() 2306 tlan_set_mac(dev, 0, dev->dev_addr); in tlan_finish_reset() 2329 * tlan_set_mac 2349 static void tlan_set_mac(struct net_device *dev, int areg, char *mac) in tlan_set_mac() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | tlan.c | 187 static void tlan_set_mac(struct net_device *, int areg, const char *mac); 1277 tlan_set_mac(dev, i + 1, NULL); in tlan_set_multicast_list() 1286 tlan_set_mac(dev, i + 1, in tlan_set_multicast_list() 1299 tlan_set_mac(dev, i + 1, NULL); in tlan_set_multicast_list() 2308 tlan_set_mac(dev, 0, dev->dev_addr); in tlan_finish_reset() 2331 * tlan_set_mac 2351 static void tlan_set_mac(struct net_device *dev, int areg, const char *mac) in tlan_set_mac() function
|
Completed in 7 milliseconds