Home
last modified time | relevance | path

Searched refs:fw_lo (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
77 ((u8 *)fw_lo)[0] = mac[5]; in ecore_set_fw_mac_addr()
78 ((u8 *)fw_lo)[1] = mac[4]; in ecore_set_fw_mac_addr()
H A Decore_sp_verbs.c3910 __le16 *fw_lo, u8 *mac) in ecore_get_fw_mac_addr() argument
3916 mac[5] = ((u8 *)fw_lo)[0]; in ecore_get_fw_mac_addr()
3917 mac[4] = ((u8 *)fw_lo)[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()