Searched refs:cached_fw_dma (Results 1 – 2 of 2) sorted by relevance
622 dma_addr_t cached_fw_dma; member
1931 this->cached_fw, this->cached_fw_dma); in mpt_adapter_disable()2615 if ( (ioc->cached_fw = pci_alloc_consistent(ioc->pcidev, size, &ioc->cached_fw_dma) ) ) in mpt_alloc_fw_memory()2630 ioc->cached_fw, ioc->cached_fw_dma); in mpt_free_fw_memory()2684 ioc->cached_fw, (void *)(ulong)ioc->cached_fw_dma, sz, sz)); in mpt_do_upload()2706 mpt_add_sge(&request[sgeoffset], flagsLength, ioc->cached_fw_dma); in mpt_do_upload()