1PROBE::SCSI.IODISP(3stap) SCSI Tapset PROBE::SCSI.IODISP(3stap)
2
3
4
6 probe::scsi.iodispatching - SCSI mid-layer dispatched low-level SCSI
7 command
8
10 scsi.iodispatching
11
13 device_state_str
14 The current state of the device, as a string
15
16 dev_id
17 The scsi device id
18
19 channel
20 The channel number
21
22 data_direction
23 The data_direction specifies whether this command is from/to the
24 device 0 (DMA_BIDIRECTIONAL), 1 (DMA_TO_DEVICE), 2
25 (DMA_FROM_DEVICE), 3 (DMA_NONE)
26
27 lun
28 The lun number
29
30 request_bufflen
31 The request buffer length
32
33 host_no
34 The host number
35
36 device_state
37 The current state of the device
38
39 data_direction_str
40 Data direction, as a string
41
42 req_addr
43 The current struct request pointer, as a number
44
45 request_buffer
46 The request buffer address
47
48
49
50SystemTap Tapset Reference August 2011 PROBE::SCSI.IODISP(3stap)