1CCW_DEVICE_TM_START_(9) The ccw bus CCW_DEVICE_TM_START_(9)
2
3
4
6 ccw_device_tm_start_timeout - perform start function
7
9 int ccw_device_tm_start_timeout(struct ccw_device * cdev,
10 struct tcw * tcw,
11 unsigned long intparm, u8 lpm,
12 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 expires
28 time span in jiffies after which to abort request
29
31 Start the tcw on the given ccw device. Return zero on success, non-zero
32 otherwise.
33
35 Cornelia Huck <cornelia.huck@de.ibm.com>
36 Author.
37
39Kernel Hackers Manual 2.6. November 2011 CCW_DEVICE_TM_START_(9)