Searched refs:ccw_device_halt (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/Documentation/s390/ |
D | cds.rst | 72 ccw_device_halt() 164 ccw_device_halt() function. Some devices require to initially issue a HALT 166 also covered by ccw_device_halt(). 448 ccw_device_halt() - Halt I/O Request Processing 452 a halt subchannel (HSCH) I/O command. For those purposes the ccw_device_halt() 455 ccw_device_halt() must be called disabled and with the ccw device lock held. 459 int ccw_device_halt(struct ccw_device *cdev, 469 The ccw_device_halt() function returns: 486 read to a network device (with or without PCI flag) a ccw_device_halt() 504 intparm interruption parameter (see ccw_device_halt())
|
/linux-6.1.9/arch/s390/include/asm/ |
D | ccwdev.h | 184 extern int ccw_device_halt(struct ccw_device *, unsigned long);
|
/linux-6.1.9/drivers/s390/cio/ |
D | device_ops.c | 370 int ccw_device_halt(struct ccw_device *cdev, unsigned long intparm) in ccw_device_halt() function 852 EXPORT_SYMBOL(ccw_device_halt);
|
D | qdio_main.c | 831 rc = ccw_device_halt(cdev, QDIO_DOING_CLEANUP); in qdio_cancel_ccw()
|
/linux-6.1.9/drivers/s390/net/ |
D | ctcm_fsms.c | 635 rc = ccw_device_halt(ch->cdev, 0); in ctcm_chx_start() 670 rc = ccw_device_halt(ch->cdev, 0); in ctcm_chx_haltio() 797 int rc = ccw_device_halt(ch->cdev, 0); in ctcm_chx_setuperr() 849 rc = ccw_device_halt(ch->cdev, 0); in ctcm_chx_restart() 945 ccw_device_halt(ch->cdev, 0); in ctcm_chx_rxdisc() 946 ccw_device_halt(ch2->cdev, 0); in ctcm_chx_rxdisc()
|
D | lcs.c | 536 rc = ccw_device_halt(channel->ccwdev, 0); in lcs_stop_channel() 1431 ccw_device_halt(channel->ccwdev, 0); in lcs_irq()
|
D | qeth_core_main.c | 1660 rc = ccw_device_halt(channel->ccwdev, (addr_t)channel->active_cmd); in qeth_halt_channel()
|