Searched refs:xgbe_set_mac_address (Results 1 – 2 of 2) sorted by relevance
1083 static int xgbe_set_mac_address(struct xgbe_prv_data *pdata, const u8 *addr) in xgbe_set_mac_address() function2800 xgbe_set_mac_address(pdata, pdata->netdev->dev_addr); in xgbe_config_mac_address()3543 hw_if->set_mac_address = xgbe_set_mac_address; in xgbe_init_function_ptrs_dev()
2003 static int xgbe_set_mac_address(struct net_device *netdev, void *addr) in xgbe_set_mac_address() function2280 .ndo_set_mac_address = xgbe_set_mac_address,