Searched refs:io_info (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 78 u64 stripRow, u16 stripRef, struct IO_REQUEST_INFO *io_info, 702 u64 stripRow, u16 stripRef, struct IO_REQUEST_INFO *io_info, in mr_spanset_get_phy_params() argument 711 u64 *pdBlock = &io_info->pdBlock; in mr_spanset_get_phy_params() 712 __le16 *pDevHandle = &io_info->devHandle; in mr_spanset_get_phy_params() 713 u8 *pPdInterface = &io_info->pd_interface; in mr_spanset_get_phy_params() 721 row = io_info->start_row; in mr_spanset_get_phy_params() 722 span = io_info->start_span; in mr_spanset_get_phy_params() 750 !io_info->isRead) { in mr_spanset_get_phy_params() 753 io_info->r1_alt_dev_handle = in mr_spanset_get_phy_params() 776 io_info->span_arm = in mr_spanset_get_phy_params() [all …]
|
D | megaraid_sas_fusion.c | 2194 struct IO_REQUEST_INFO *io_info, struct scsi_cmnd *scp, in megasas_set_pd_lba() argument 2199 u64 start_blk = io_info->pdBlock; in megasas_set_pd_lba() 2201 u32 num_blocks = io_info->numBlocks; in megasas_set_pd_lba() 2205 ld = MR_TargetIdToLdGet(io_info->ldTgtId, local_map_ptr); in megasas_set_pd_lba() 2372 struct IO_REQUEST_INFO *io_info) in megasas_stream_detect() argument 2375 u32 device_id = io_info->ldTgtId; in megasas_stream_detect() 2395 (io_info->ldStartBlock >= current_sd->next_seq_lba) && in megasas_stream_detect() 2396 (io_info->ldStartBlock <= (current_sd->next_seq_lba + 32)) && in megasas_stream_detect() 2397 (current_sd->is_read == io_info->isRead)) { in megasas_stream_detect() 2399 if ((io_info->ldStartBlock != current_sd->next_seq_lba) && in megasas_stream_detect() [all …]
|
D | megaraid_sas.h | 2514 struct IO_REQUEST_INFO *io_info,
|
/Linux-v4.19/include/linux/ |
D | memstick.h | 135 struct mspro_io_info_register io_info; member
|
/Linux-v4.19/arch/x86/kvm/ |
D | svm.c | 2817 u32 io_info = svm->vmcb->control.exit_info_1; /* address size bug? */ in io_interception() local 2822 string = (io_info & SVM_IOIO_STR_MASK) != 0; in io_interception() 2823 in = (io_info & SVM_IOIO_TYPE_MASK) != 0; in io_interception() 2827 port = io_info >> 16; in io_interception() 2828 size = (io_info & SVM_IOIO_SIZE_MASK) >> SVM_IOIO_SIZE_SHIFT; in io_interception()
|