Searched refs:cached_fw (Results 1 – 6 of 6) sorted by relevance
89 return priv->cached_fw; in orinoco_cached_fw_get()376 priv->cached_fw = fw_entry; in orinoco_cache_fw()383 release_firmware(priv->cached_fw); in orinoco_uncache_fw()385 priv->cached_fw = NULL; in orinoco_uncache_fw()
164 const struct firmware *cached_fw; member
2211 priv->cached_fw = NULL; in alloc_orinocodev()
1842 ioc->cached_fw = NULL; in mpt_attach()3505 if (ioc->cached_fw) { in mpt_alloc_fw_memory()3510 ioc->cached_fw = ioc->alt_ioc->cached_fw; /* use alt_ioc's memory */ in mpt_alloc_fw_memory()3517 if (!ioc->cached_fw) { in mpt_alloc_fw_memory()3543 if (!ioc->cached_fw) in mpt_free_fw_memory()3552 ioc->cached_fw = NULL; in mpt_free_fw_memory()4105 if (ioc->cached_fw) in mpt_diag_reset()4106 cached_fw = (MpiFwHeader_t *)ioc->cached_fw; in mpt_diag_reset()4108 cached_fw = (MpiFwHeader_t *)ioc->alt_ioc->cached_fw; in mpt_diag_reset()4110 cached_fw = NULL; in mpt_diag_reset()[all …]
690 u8 *cached_fw; /* Pointer to FW */ member
1657 if (ioc->cached_fw == NULL) in mptctl_replace_fw()1667 if (ioc->cached_fw == NULL) in mptctl_replace_fw()1672 if (copy_from_user(ioc->cached_fw, uarg->newImage, newFwSize)) { in mptctl_replace_fw()