Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h1007 static inline void bnx2x_set_fw_mac_addr(u16 *fw_hi, u16 *fw_mid, u16 *fw_lo, in bnx2x_set_fw_mac_addr() argument
1012 ((u8 *)fw_mid)[0] = mac[3]; in bnx2x_set_fw_mac_addr()
1013 ((u8 *)fw_mid)[1] = mac[2]; in bnx2x_set_fw_mac_addr()
Dbnx2x_sp.c3384 static inline void bnx2x_get_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid, in bnx2x_get_fw_mac_addr() argument
3389 mac[3] = ((u8 *)fw_mid)[0]; in bnx2x_get_fw_mac_addr()
3390 mac[2] = ((u8 *)fw_mid)[1]; in bnx2x_get_fw_mac_addr()