Searched refs:cached_fw (Results 1 – 6 of 6) sorted by relevance
88 return priv->cached_fw; in orinoco_cached_fw_get()376 priv->cached_fw = fw_entry; in orinoco_cache_fw()384 if (priv->cached_fw) in orinoco_uncache_fw()385 release_firmware(priv->cached_fw); in orinoco_uncache_fw()388 priv->cached_fw = NULL; in orinoco_uncache_fw()
165 const struct firmware *cached_fw; member
2229 priv->cached_fw = NULL; in alloc_orinocodev()
1798 ioc->cached_fw = NULL; in mpt_attach()2409 if (ioc->alt_ioc && ioc->alt_ioc->cached_fw) { in mpt_do_ioc_recovery()2419 ioc->name, ioc->alt_ioc->name, ioc->alt_ioc->cached_fw)); in mpt_do_ioc_recovery()2420 ioc->cached_fw = NULL; in mpt_do_ioc_recovery()2622 if (ioc->cached_fw != NULL) { in mpt_adapter_disable()2626 ioc->cached_fw, CAN_SLEEP)) < 0) { in mpt_adapter_disable()3445 if (ioc->cached_fw) { in mpt_alloc_fw_memory()3449 else if (ioc->alt_ioc && ioc->alt_ioc->cached_fw) { in mpt_alloc_fw_memory()3450 ioc->cached_fw = ioc->alt_ioc->cached_fw; /* use alt_ioc's memory */ in mpt_alloc_fw_memory()3455 ioc->cached_fw = pci_alloc_consistent(ioc->pcidev, size, &ioc->cached_fw_dma); in mpt_alloc_fw_memory()[all …]
653 u8 *cached_fw; /* Pointer to FW */ member
1754 if (ioc->cached_fw == NULL) in mptctl_replace_fw()1769 if (ioc->cached_fw == NULL) in mptctl_replace_fw()1774 if (copy_from_user(ioc->cached_fw, uarg->newImage, newFwSize)) { in mptctl_replace_fw()