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 lun
14 The lun number
15
16 request_buffer
17 The request buffer address
18
19 request_bufflen
20 The request buffer length
21
22 host_no
23 The host number
24
25 device_state_str
26 The current state of the device, as a string
27
28 dev_id
29 The scsi device id
30
31 device_state
32 The current state of the device
33
34 req_addr
35 The current struct request pointer, as a number
36
37 data_direction_str
38 Data direction, as a string
39
40 data_direction
41 The data_direction specifies whether this command is from/to the
42 device 0 (DMA_BIDIRECTIONAL), 1 (DMA_TO_DEVICE), 2
43 (DMA_FROM_DEVICE), 3 (DMA_NONE)
44
45 channel
46 The channel number
47
49 tapset::scsi(3stap)
50
51
52
53SystemTap Tapset Reference May 2022 PROBE::SCSI.IODISP(3stap)