Lines Matching defs:tcw
530 * @tcw: transport-command word to be started
536 * Start the tcw on the given ccw device. Return zero on success, non-zero
539 int ccw_device_tm_start_timeout_key(struct ccw_device *cdev, struct tcw *tcw,
567 rc = cio_tm_start_key(sch, tcw, lpm, key);
580 * @tcw: transport-command word to be started
585 * Start the tcw on the given ccw device. Return zero on success, non-zero
588 int ccw_device_tm_start_key(struct ccw_device *cdev, struct tcw *tcw,
591 return ccw_device_tm_start_timeout_key(cdev, tcw, intparm, lpm, key, 0);
598 * @tcw: transport-command word to be started
602 * Start the tcw on the given ccw device. Return zero on success, non-zero
605 int ccw_device_tm_start(struct ccw_device *cdev, struct tcw *tcw,
608 return ccw_device_tm_start_key(cdev, tcw, intparm, lpm,
616 * @tcw: transport-command word to be started
621 * Start the tcw on the given ccw device. Return zero on success, non-zero
624 int ccw_device_tm_start_timeout(struct ccw_device *cdev, struct tcw *tcw,
627 return ccw_device_tm_start_timeout_key(cdev, tcw, intparm, lpm,