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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_common.h65 * @param fw_hi
70 static __inline void ecore_set_fw_mac_addr(u16 *fw_hi, u16 *fw_mid, u16 *fw_lo, argument
73 ((u8 *)fw_hi)[0] = mac[1];
74 ((u8 *)fw_hi)[1] = mac[0];
H A Decore_sp_verbs.c3904 * @fw_hi:
3909 static INLINE void ecore_get_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid, argument
3912 mac[1] = ((u8 *)fw_hi)[0];
3913 mac[0] = ((u8 *)fw_hi)[1];
/illumos-gate/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, argument
91 fwtime = ((uint64_t)fw_hi << 32) | fw_lo;

Completed in 78 milliseconds