Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c441 fusion->io_request_frames_phys); in megasas_free_cmds_fusion()
618 &fusion->io_request_frames_phys); in megasas_alloc_request_fusion()
633 fusion->io_request_frames_phys, in megasas_alloc_request_fusion()
637 fusion->io_request_frames_phys); in megasas_alloc_request_fusion()
657 &fusion->io_request_frames_phys); in megasas_alloc_request_fusion()
966 io_req_base_phys = fusion->io_request_frames_phys + MEGA_MPI2_RAID_DEFAULT_IO_FRAME_SIZE; in megasas_alloc_cmds_fusion()
1130 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