1. NAME

ccw_device_get_mdc - accumulate max data count

2. SYNOPSIS

int ccw_device_get_mdc(struct ccw_device *  cdev , u8  mask );

3. ARGUMENTS

cdev
    ccw device for which the max data count is accumulated

mask
    mask of paths to use

4. DESCRIPTION

Return the number of 64K-bytes blocks all paths at least support for a transport command. Return values <= 0 indicate failures.

5. AUTHOR

Cornelia Huck <>
    Author.

6. COPYRIGHT