Name
ccw_device_tm_start_timeout —
perform start function
Synopsis
int ccw_device_tm_start_timeout ( | struct ccw_device * cdev, |
| struct tcw * tcw, |
| unsigned long intparm, |
| u8 lpm, |
| int expires) ; |
Arguments
cdev
ccw device on which to perform the start function
tcw
transport-command word to be started
intparm
user defined parameter to be passed to the interrupt handler
lpm
mask of paths to use
expires
time span in jiffies after which to abort request
Description
Start the tcw on the given ccw device. Return zero on success, non-zero
otherwise.