Scroll to navigation

CCW_DEVICE_TM_START_(9) The ccw bus CCW_DEVICE_TM_START_(9)

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

struct ccw_device * cdev

ccw device on which to perform the start function

struct tcw * tcw

transport-command word to be started

unsigned long intparm

user defined parameter to be passed to the interrupt handler

u8 lpm

mask of paths to use

int 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.

AUTHOR

Cornelia Huck <cornelia.huck@de.ibm.com>

Author.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11