1CCW_DEVICE_GET_MDC(9) The ccw bus CCW_DEVICE_GET_MDC(9)
2
3
4
6 ccw_device_get_mdc - accumulate max data count
7
9 int ccw_device_get_mdc(struct ccw_device * cdev, u8 mask);
10
12 cdev
13 ccw device for which the max data count is accumulated
14
15 mask
16 mask of paths to use
17
19 Return the number of 64K-bytes blocks all paths at least support for a
20 transport command. Return values <= 0 indicate failures.
21
23 Cornelia Huck <cornelia.huck@de.ibm.com>
24 Author.
25
27Kernel Hackers Manual 3.10 June 2019 CCW_DEVICE_GET_MDC(9)