probe::scsi.iodispatching — SCSI mid-layer dispatched low-level SCSI command
scsi.iodispatching
request_bufflenThe request buffer length
device_state_strThe current state of the device, as a string
dev_idThe scsi device id
lunThe lun number
data_direction_strData direction, as a string
host_noThe host number
request_bufferThe request buffer address
channelThe channel number
device_stateThe current state of the device
req_addrThe current struct request pointer, as a number
data_directionThe 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)