1CCW_DEVICE_GET_CIW(9) The ccw bus CCW_DEVICE_GET_CIW(9)
2
3
4
6 ccw_device_get_ciw - Search for CIW command in extended sense data.
7
9 struct ciw * ccw_device_get_ciw(struct ccw_device * cdev, __u32 ct);
10
12 cdev
13 ccw device to inspect
14
15 ct
16 command type to look for
17
19 During SenseID, command information words (CIWs) describing special
20 commands available to the device may have been stored in the extended
21 sense data. This function searches for CIWs of a specified command type
22 in the extended sense data.
23
25 NULL if no extended sense data has been stored or if no CIW of the
26 specified command type could be found, else a pointer to the CIW of the
27 specified command type.
28
30 Cornelia Huck <cornelia.huck@de.ibm.com>
31 Author.
32
34Kernel Hackers Manual 2.6. June 2019 CCW_DEVICE_GET_CIW(9)