1CCW_DEVICE_TM_START_(9) The ccw bus CCW_DEVICE_TM_START_(9)
2
3
4
6 ccw_device_tm_start_timeout_key - perform start function
7
9 int ccw_device_tm_start_timeout_key(struct ccw_device * cdev,
10 struct tcw * tcw,
11 unsigned long intparm, u8 lpm,
12 u8 key, int expires);
13
15 cdev
16 ccw device on which to perform the start function
17
18 tcw
19 transport-command word to be started
20
21 intparm
22 user defined parameter to be passed to the interrupt handler
23
24 lpm
25 mask of paths to use
26
27 key
28 storage key to use for storage access
29
30 expires
31 time span in jiffies after which to abort request
32
34 Start the tcw on the given ccw device. Return zero on success, non-zero
35 otherwise.
36
38 Cornelia Huck <cornelia.huck@de.ibm.com>
39 Author.
40
42Kernel Hackers Manual 2.6. November 2011 CCW_DEVICE_TM_START_(9)