Searched refs:rtl_fw (Results 1 – 1 of 1) sorted by relevance
697 struct rtl_fw { struct708 } *rtl_fw; member1568 struct rtl_fw *rtl_fw = tp->rtl_fw; in rtl8169_get_drvinfo() local1572 BUILD_BUG_ON(sizeof(info->fw_version) < sizeof(rtl_fw->version)); in rtl8169_get_drvinfo()1573 if (!IS_ERR_OR_NULL(rtl_fw)) in rtl8169_get_drvinfo()1574 strlcpy(info->fw_version, rtl_fw->version, in rtl8169_get_drvinfo()2223 static bool rtl_fw_format_ok(struct rtl8169_private *tp, struct rtl_fw *rtl_fw) in rtl_fw_format_ok() argument2225 const struct firmware *fw = rtl_fw->fw; in rtl_fw_format_ok()2227 struct rtl_fw_phy_action *pa = &rtl_fw->phy_action; in rtl_fw_format_ok()2228 char *version = rtl_fw->version; in rtl_fw_format_ok()[all …]