Searched refs:xgbe_set_mac_address (Results 1 – 2 of 2) sorted by relevance
845 static int xgbe_set_mac_address(struct xgbe_prv_data *pdata, u8 *addr) in xgbe_set_mac_address() function2094 xgbe_set_mac_address(pdata, pdata->netdev->dev_addr); in xgbe_config_mac_address()2798 hw_if->set_mac_address = xgbe_set_mac_address; in xgbe_init_function_ptrs_dev()
1473 static int xgbe_set_mac_address(struct net_device *netdev, void *addr) in xgbe_set_mac_address() function1704 .ndo_set_mac_address = xgbe_set_mac_address,