Home
last modified time | relevance | path

Searched refs:xgbe_set_mac_address (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c1090 static int xgbe_set_mac_address(struct xgbe_prv_data *pdata, const u8 *addr) in xgbe_set_mac_address() function
2807 xgbe_set_mac_address(pdata, pdata->netdev->dev_addr); in xgbe_config_mac_address()
3550 hw_if->set_mac_address = xgbe_set_mac_address; in xgbe_init_function_ptrs_dev()
Dxgbe-drv.c2006 static int xgbe_set_mac_address(struct net_device *netdev, void *addr) in xgbe_set_mac_address() function
2283 .ndo_set_mac_address = xgbe_set_mac_address,