Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c436 fusion->io_request_frames_phys); in megasas_free_cmds_fusion()
613 &fusion->io_request_frames_phys); in megasas_alloc_request_fusion()
628 fusion->io_request_frames_phys, in megasas_alloc_request_fusion()
632 fusion->io_request_frames_phys); in megasas_alloc_request_fusion()
652 &fusion->io_request_frames_phys); in megasas_alloc_request_fusion()
964 io_req_base_phys = fusion->io_request_frames_phys + MEGA_MPI2_RAID_DEFAULT_IO_FRAME_SIZE; in megasas_alloc_cmds_fusion()
1127 IOCInitMessage->SystemRequestFrameBaseAddress = cpu_to_le64(fusion->io_request_frames_phys); in megasas_ioc_init_fusion()
Dmegaraid_sas_fusion.h1297 dma_addr_t io_request_frames_phys; member