Home
last modified time | relevance | path

Searched refs:ccw_device_clear (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/arch/s390/include/asm/
Dccwdev.h185 extern int ccw_device_clear(struct ccw_device *, unsigned long);
/linux-5.19.10/drivers/s390/cio/
Ddevice_ops.c137 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) in ccw_device_clear() function
851 EXPORT_SYMBOL(ccw_device_clear);
Dqdio_main.c828 rc = ccw_device_clear(cdev, QDIO_DOING_CLEANUP); in qdio_cancel_ccw()
/linux-5.19.10/Documentation/s390/
Dcds.rst491 ccw_device_clear() - Terminage I/O Request Processing
494 (CSCH) command is used. It can be issued via ccw_device_clear().
496 ccw_device_clear() must be called disabled and with the ccw device lock held.
500 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm);
507 The ccw_device_clear() function returns:
/linux-5.19.10/drivers/s390/char/
Dtape_core.c303 rc = ccw_device_clear(device->cdev, (long) request); in __tape_cancel_io()
/linux-5.19.10/drivers/s390/net/
Dlcs.c508 rc = ccw_device_clear(channel->ccwdev, 0); in lcs_clear_channel()
Dqeth_core_main.c1594 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel()
/linux-5.19.10/drivers/s390/block/
Ddasd.c1338 rc = ccw_device_clear(device->cdev, (long) cqr); in dasd_term_IO()