Home
last modified time | relevance | path

Searched refs:ccw_device_clear (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dccwdev.h196 extern int ccw_device_clear(struct ccw_device *, unsigned long);
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dccwdev.h187 extern int ccw_device_clear(struct ccw_device *, unsigned long);
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Ddevice_ops.c125 * ccw_device_clear() - terminate I/O request processing
129 * ccw_device_clear() calls csch on @cdev's subchannel.
137 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) in ccw_device_clear() function
182 * ccw_device_halt() or ccw_device_clear().
262 * ccw_device_halt() or ccw_device_clear().
296 * ccw_device_halt() or ccw_device_clear().
334 * ccw_device_halt() or ccw_device_clear().
361 * ccw_device_clear().
851 EXPORT_SYMBOL(ccw_device_clear); variable
H A Dqdio_main.c1040 rc = ccw_device_clear(cdev, QDIO_DOING_CLEANUP); in qdio_cancel_ccw()
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Ddevice_ops.c125 * ccw_device_clear() - terminate I/O request processing
129 * ccw_device_clear() calls csch on @cdev's subchannel.
137 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) in ccw_device_clear() function
182 * ccw_device_halt() or ccw_device_clear().
262 * ccw_device_halt() or ccw_device_clear().
296 * ccw_device_halt() or ccw_device_clear().
334 * ccw_device_halt() or ccw_device_clear().
361 * ccw_device_clear().
851 EXPORT_SYMBOL(ccw_device_clear); variable
H A Dqdio_main.c828 rc = ccw_device_clear(cdev, QDIO_DOING_CLEANUP); in qdio_cancel_ccw()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtape_core.c303 rc = ccw_device_clear(device->cdev, (long) request); in __tape_cancel_io()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dtape_core.c303 rc = ccw_device_clear(device->cdev, (long) request); in __tape_cancel_io()
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dlcs.c507 rc = ccw_device_clear(channel->ccwdev, 0); in lcs_clear_channel()
H A Dqeth_core_main.c1695 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dlcs.c503 rc = ccw_device_clear(channel->ccwdev, 0); in lcs_clear_channel()
H A Dqeth_core_main.c1638 rc = ccw_device_clear(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_clear_channel()
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd.c1364 * ccw_device_clear can fail if the i/o subsystem
1380 rc = ccw_device_clear(device->cdev, (long) cqr); in dasd_term_IO()
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd.c1298 * ccw_device_clear can fail if the i/o subsystem
1314 rc = ccw_device_clear(device->cdev, (long) cqr); in dasd_term_IO()

Completed in 48 milliseconds