Searched refs:rtl_fw (Results 1 – 1 of 1) sorted by relevance
830 struct rtl_fw { struct841 } *rtl_fw; member1861 struct rtl_fw *rtl_fw = tp->rtl_fw; in rtl8169_get_drvinfo() local1866 BUILD_BUG_ON(sizeof(info->fw_version) < sizeof(rtl_fw->version)); in rtl8169_get_drvinfo()1867 if (!IS_ERR_OR_NULL(rtl_fw)) in rtl8169_get_drvinfo()1868 strlcpy(info->fw_version, rtl_fw->version, in rtl8169_get_drvinfo()2451 static bool rtl_fw_format_ok(struct rtl8169_private *tp, struct rtl_fw *rtl_fw) in rtl_fw_format_ok() argument2453 const struct firmware *fw = rtl_fw->fw; in rtl_fw_format_ok()2455 struct rtl_fw_phy_action *pa = &rtl_fw->phy_action; in rtl_fw_format_ok()2456 char *version = rtl_fw->version; in rtl_fw_format_ok()[all …]