ccw_device_tm_start

Langue: en

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

ccw_device_tm_start - perform start function

SYNOPSIS

int ccw_device_tm_start(struct ccw_device * cdev, struct tcw * tcw, unsigned long intparm, u8 lpm);

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

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.