logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::scsi.ioexecute - Create mid-layer SCSI request and wait for the result

Name

       probe::scsi.ioexecute - Create mid-layer SCSI request and wait for the result

See Also

tapset::scsi(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::SCSI.IOEXEC(3stap)

Synopsis

       scsi.ioexecute

Values

data_direction_str
           Data direction, as a string

       channel
           The channel number

       request_buffer
           The data buffer address

       device_state_str
           The current state of the device, as a string

       timeout
           Request timeout in seconds

       request_bufflen
           The data buffer buffer length

       lun
           The lun number

       retries
           Number of times to retry request

       data_direction
           The data_direction specifies whether this command is from/to the device.

       host_no
           The host number

       device_state
           The current state of the device

       dev_id
           The scsi device id

See Also