Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_common.h70 static __inline void ecore_set_fw_mac_addr(u16 *fw_hi, u16 *fw_mid, u16 *fw_lo, in ecore_set_fw_mac_addr() argument
73 ((u8 *)fw_hi)[0] = mac[1]; in ecore_set_fw_mac_addr()
74 ((u8 *)fw_hi)[1] = mac[0]; in ecore_set_fw_mac_addr()
H A Decore_sp_verbs.c3909 static INLINE void ecore_get_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid, in ecore_get_fw_mac_addr() argument
3912 mac[1] = ((u8 *)fw_hi)[0]; in ecore_get_fw_mac_addr()
3913 mac[0] = ((u8 *)fw_hi)[1]; in ecore_get_fw_mac_addr()
/titanic_50/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c83 pmcs_fwtime_to_systime(struct pmcs_hw ss, uint32_t fw_hi, uint32_t fw_lo, in pmcs_fwtime_to_systime() argument
91 fwtime = ((uint64_t)fw_hi << 32) | fw_lo; in pmcs_fwtime_to_systime()