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