Searched refs:fw_mid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_common.h66 * @param fw_mid
70 static __inline void ecore_set_fw_mac_addr(u16 *fw_hi, u16 *fw_mid, u16 *fw_lo, argument
75 ((u8 *)fw_mid)[0] = mac[3];
76 ((u8 *)fw_mid)[1] = mac[2];
H A Decore_sp_verbs.c3905 * @fw_mid:
3909 static INLINE void ecore_get_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid, argument
3914 mac[3] = ((u8 *)fw_mid)[0];
3915 mac[2] = ((u8 *)fw_mid)[1];

Completed in 58 milliseconds