Home
last modified time | relevance | path

Searched refs:io_request_frames_phys (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c358 fusion->io_request_frames_phys); in megasas_free_cmds_fusion()
533 GFP_KERNEL, &fusion->io_request_frames_phys); in megasas_alloc_request_fusion()
548 fusion->io_request_frames_phys, in megasas_alloc_request_fusion()
552 fusion->io_request_frames_phys); in megasas_alloc_request_fusion()
572 &fusion->io_request_frames_phys); in megasas_alloc_request_fusion()
886 io_req_base_phys = fusion->io_request_frames_phys + MEGA_MPI2_RAID_DEFAULT_IO_FRAME_SIZE; in megasas_alloc_cmds_fusion()
1032 IOCInitMessage->SystemRequestFrameBaseAddress = cpu_to_le64(fusion->io_request_frames_phys); in megasas_ioc_init_fusion()
Dmegaraid_sas_fusion.h1283 dma_addr_t io_request_frames_phys; member