Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h995 static inline void bnx2x_set_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid, in bnx2x_set_fw_mac_addr() argument
1000 ((u8 *)fw_mid)[0] = mac[3]; in bnx2x_set_fw_mac_addr()
1001 ((u8 *)fw_mid)[1] = mac[2]; in bnx2x_set_fw_mac_addr()
Dbnx2x_sp.c3806 static inline void bnx2x_get_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid, in bnx2x_get_fw_mac_addr() argument
3811 mac[3] = ((u8 *)fw_mid)[0]; in bnx2x_get_fw_mac_addr()
3812 mac[2] = ((u8 *)fw_mid)[1]; in bnx2x_get_fw_mac_addr()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed.h875 __le16 *fw_mid, __le16 *fw_lsb, u8 *mac);
Dqed_dev.c4383 __le16 *fw_mid, __le16 *fw_lsb, u8 *mac) in qed_set_fw_mac_addr() argument
4387 ((u8 *)fw_mid)[0] = mac[3]; in qed_set_fw_mac_addr()
4388 ((u8 *)fw_mid)[1] = mac[2]; in qed_set_fw_mac_addr()