Provided by: systemtap-doc_3.1-3ubuntu0.1_all bug

NAME

       probe::scsi.iodispatching - SCSI mid-layer dispatched low-level SCSI command

SYNOPSIS

       scsi.iodispatching

VALUES

       dev_id
           The scsi device id

       data_direction
           The data_direction specifies whether this command is from/to the device 0
           (DMA_BIDIRECTIONAL), 1 (DMA_TO_DEVICE), 2 (DMA_FROM_DEVICE), 3 (DMA_NONE)

       host_no
           The host number

       request_buffer
           The request buffer address

       channel
           The channel number

       device_state_str
           The current state of the device, as a string

       req_addr
           The current struct request pointer, as a number

       request_bufflen
           The request buffer length

       lun
           The lun number

       device_state
           The current state of the device

       data_direction_str
           Data direction, as a string

SEE ALSO

       tapset::scsi(3stap)