Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c421 fusion->io_request_frames_phys); in megasas_free_cmds_fusion()
597 GFP_KERNEL, &fusion->io_request_frames_phys); in megasas_alloc_request_fusion()
612 fusion->io_request_frames_phys, in megasas_alloc_request_fusion()
616 fusion->io_request_frames_phys); in megasas_alloc_request_fusion()
636 &fusion->io_request_frames_phys); in megasas_alloc_request_fusion()
948 io_req_base_phys = fusion->io_request_frames_phys + MEGA_MPI2_RAID_DEFAULT_IO_FRAME_SIZE; in megasas_alloc_cmds_fusion()
1110 IOCInitMessage->SystemRequestFrameBaseAddress = cpu_to_le64(fusion->io_request_frames_phys); in megasas_ioc_init_fusion()
Dmegaraid_sas_fusion.h1285 dma_addr_t io_request_frames_phys; member