Searched refs:cached_fw (Results 1 – 3 of 3) sorted by relevance
1842 ioc->cached_fw = NULL; in mpt_attach()3501 if (ioc->cached_fw) { in mpt_alloc_fw_memory()3506 ioc->cached_fw = ioc->alt_ioc->cached_fw; /* use alt_ioc's memory */ in mpt_alloc_fw_memory()3513 if (!ioc->cached_fw) { in mpt_alloc_fw_memory()3539 if (!ioc->cached_fw) in mpt_free_fw_memory()3548 ioc->cached_fw = NULL; in mpt_free_fw_memory()4101 if (ioc->cached_fw) in mpt_diag_reset()4102 cached_fw = (MpiFwHeader_t *)ioc->cached_fw; in mpt_diag_reset()4104 cached_fw = (MpiFwHeader_t *)ioc->alt_ioc->cached_fw; in mpt_diag_reset()4106 cached_fw = NULL; in mpt_diag_reset()[all …]
690 u8 *cached_fw; /* Pointer to FW */ member
1655 if (ioc->cached_fw == NULL) in mptctl_replace_fw()1665 if (ioc->cached_fw == NULL) in mptctl_replace_fw()1670 if (copy_from_user(ioc->cached_fw, uarg->newImage, newFwSize)) { in mptctl_replace_fw()
Completed in 22 milliseconds