Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h987 * @fw_mid: pointer to middle part
991 static inline void bnx2x_set_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid, in bnx2x_set_fw_mac_addr() argument
996 ((u8 *)fw_mid)[0] = mac[3]; in bnx2x_set_fw_mac_addr()
997 ((u8 *)fw_mid)[1] = mac[2]; in bnx2x_set_fw_mac_addr()
H A Dbnx2x_sp.c3804 * @fw_mid: address
3808 static inline void bnx2x_get_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid, in bnx2x_get_fw_mac_addr() argument
3813 mac[3] = ((u8 *)fw_mid)[0]; in bnx2x_get_fw_mac_addr()
3814 mac[2] = ((u8 *)fw_mid)[1]; in bnx2x_get_fw_mac_addr()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h987 * @fw_mid: pointer to middle part
991 static inline void bnx2x_set_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid, in bnx2x_set_fw_mac_addr() argument
996 ((u8 *)fw_mid)[0] = mac[3]; in bnx2x_set_fw_mac_addr()
997 ((u8 *)fw_mid)[1] = mac[2]; in bnx2x_set_fw_mac_addr()
H A Dbnx2x_sp.c3804 * @fw_mid: address
3808 static inline void bnx2x_get_fw_mac_addr(__le16 *fw_hi, __le16 *fw_mid, in bnx2x_get_fw_mac_addr() argument
3813 mac[3] = ((u8 *)fw_mid)[0]; in bnx2x_get_fw_mac_addr()
3814 mac[2] = ((u8 *)fw_mid)[1]; in bnx2x_get_fw_mac_addr()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed.h922 __le16 *fw_mid, __le16 *fw_lsb, u8 *mac);
H A Dqed_dev.c5325 __le16 *fw_mid, __le16 *fw_lsb, u8 *mac) in qed_set_fw_mac_addr()
5329 ((u8 *)fw_mid)[0] = mac[3]; in qed_set_fw_mac_addr()
5330 ((u8 *)fw_mid)[1] = mac[2]; in qed_set_fw_mac_addr()
5324 qed_set_fw_mac_addr(__le16 *fw_msb, __le16 *fw_mid, __le16 *fw_lsb, u8 *mac) qed_set_fw_mac_addr() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed.h913 __le16 *fw_mid, __le16 *fw_lsb, u8 *mac);
H A Dqed_dev.c5422 __le16 *fw_mid, __le16 *fw_lsb, u8 *mac) in qed_set_fw_mac_addr()
5426 ((u8 *)fw_mid)[0] = mac[3]; in qed_set_fw_mac_addr()
5427 ((u8 *)fw_mid)[1] = mac[2]; in qed_set_fw_mac_addr()
5421 qed_set_fw_mac_addr(__le16 *fw_msb, __le16 *fw_mid, __le16 *fw_lsb, u8 *mac) qed_set_fw_mac_addr() argument

Completed in 39 milliseconds