1CCW_DEVICE_TM_START_(9)           The ccw bus          CCW_DEVICE_TM_START_(9)
2
3
4

NAME

6       ccw_device_tm_start_timeout - perform start function
7

SYNOPSIS

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

ARGUMENTS

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

DESCRIPTION

31       Start the tcw on the given ccw device. Return zero on success, non-zero
32       otherwise.
33

AUTHOR

35       Cornelia Huck <cornelia.huck@de.ibm.com>
36           Author.
37
39Kernel Hackers Manual 3.10         June 2019           CCW_DEVICE_TM_START_(9)
Impressum