Home
last modified time | relevance | path

Searched defs:rtl_fw (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/realtek/
Dr8169.c697 struct rtl_fw { struct
698 const struct firmware *fw;
702 char version[RTL_VER_SIZE];
704 struct rtl_fw_phy_action {
707 } phy_action;
708 } *rtl_fw; member
1568 struct rtl_fw *rtl_fw = tp->rtl_fw; in rtl8169_get_drvinfo() local
2223 static bool rtl_fw_format_ok(struct rtl8169_private *tp, struct rtl_fw *rtl_fw) in rtl_fw_format_ok()
2330 static int rtl_check_firmware(struct rtl8169_private *tp, struct rtl_fw *rtl_fw) in rtl_check_firmware()
2346 static void rtl_phy_write_fw(struct rtl8169_private *tp, struct rtl_fw *rtl_fw) in rtl_phy_write_fw()
[all …]