Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Decore_sp.c3829 static inline void ecore_get_fw_mac_addr(uint16_t *fw_hi, uint16_t *fw_mid, in ecore_get_fw_mac_addr() argument
3832 mac[1] = ((uint8_t *)fw_hi)[0]; in ecore_get_fw_mac_addr()
3833 mac[0] = ((uint8_t *)fw_hi)[1]; in ecore_get_fw_mac_addr()