Home
last modified time | relevance | path

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

/drivers/message/fusion/
Dmptbase.h657 dma_addr_t req_frames_dma; member
Dmptbase.c4517 ioc->req_frames_dma = alloc_dma; in PrimeIocFifos()
4530 ioc->mtrr_reg = mtrr_add(ioc->req_frames_dma, in PrimeIocFifos()
4534 ioc->name, ioc->req_frames_dma, sz)); in PrimeIocFifos()
4564 alloc_dma = ioc->req_frames_dma; in PrimeIocFifos()
6759 (void *)ioc->req_frames, (void *)(ulong)ioc->req_frames_dma); in mpt_iocinfo_proc_show()
Dmptctl.c2128 high_addr = cpu_to_le32((u32)((u64)ioc->req_frames_dma >> 32)); in mptctl_do_mpt_command()