Home
last modified time | relevance | path

Searched refs:al_eth_mac_addr_store (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h1142 int al_eth_mac_addr_store(void * __iomem ec_base, uint32_t idx, uint8_t *addr);
H A Dal_hal_eth_main.c3015 int al_eth_mac_addr_store(void * __iomem ec_base, uint32_t idx, uint8_t *addr) in al_eth_mac_addr_store() function
4372 al_eth_mac_addr_store(ec_base, 0, mac_addr); in al_eth_flr_rmn_restore_params()
/freebsd/sys/dev/al_eth/
H A Dal_eth.c974 al_eth_mac_addr_store(adapter->ec_base, 0, adapter->mac_addr); in al_eth_function_reset()