Searched refs:ldio (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c1366 * 3 SGEs for 32-bit SGLs for ldio &
1515 struct megasas_io_frame *ldio; local
1518 ldio = (struct megasas_io_frame *)cmd->frame;
1532 ldio->cmd = (sc & 0x02) ? MFI_CMD_LD_WRITE : MFI_CMD_LD_READ;
1533 ldio->cmd_status = 0x0;
1534 ldio->scsi_status = 0x0;
1535 ldio->target_id = device_id;
1536 ldio->timeout = 0;
1537 ldio->reserved_0 = 0;
1538 ldio
1679 struct megasas_io_frame *ldio; local
[all...]

Completed in 279 milliseconds