Home
last modified time | relevance | path

Searched refs:req_frames_dma (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/message/fusion/
Dmptbase.h657 dma_addr_t req_frames_dma; member
Dmptbase.c4508 ioc->req_frames_dma = alloc_dma; in PrimeIocFifos()
4521 ioc->mtrr_reg = mtrr_add(ioc->req_frames_dma, in PrimeIocFifos()
4525 ioc->name, ioc->req_frames_dma, sz)); in PrimeIocFifos()
4555 alloc_dma = ioc->req_frames_dma; in PrimeIocFifos()
6750 (void *)ioc->req_frames, (void *)(ulong)ioc->req_frames_dma); in mpt_iocinfo_proc_show()
Dmptctl.c2115 high_addr = cpu_to_le32((u32)((u64)ioc->req_frames_dma >> 32)); in mptctl_do_mpt_command()