Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h991 static inline void bnx2x_set_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid, in bnx2x_set_fw_mac_addr() argument
994 ((u8 *)fw_hi)[0] = mac[1]; in bnx2x_set_fw_mac_addr()
995 ((u8 *)fw_hi)[1] = mac[0]; in bnx2x_set_fw_mac_addr()
Dbnx2x_sp.c3808 static inline void bnx2x_get_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid, in bnx2x_get_fw_mac_addr() argument
3811 mac[1] = ((u8 *)fw_hi)[0]; in bnx2x_get_fw_mac_addr()
3812 mac[0] = ((u8 *)fw_hi)[1]; in bnx2x_get_fw_mac_addr()