Searched refs:ccw_device_halt (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/Documentation/s390/ |
D | cds.txt | 69 ccw_device_halt() 157 ccw_device_halt() function. Some devices require to initially issue a HALT 159 also covered by ccw_device_halt(). 406 ccw_device_halt() - Halt I/O Request Processing 410 a halt subchannel (HSCH) I/O command. For those purposes the ccw_device_halt() 413 ccw_device_halt() must be called disabled and with the ccw device lock held. 415 int ccw_device_halt(struct ccw_device *cdev, 423 The ccw_device_halt() function returns : 438 read to a network device (with or without PCI flag) a ccw_device_halt() 451 intparm: interruption parameter (see ccw_device_halt())
|
/Linux-v4.19/arch/s390/include/asm/ |
D | ccwdev.h | 194 extern int ccw_device_halt(struct ccw_device *, unsigned long);
|
/Linux-v4.19/drivers/s390/cio/ |
D | device_ops.c | 359 int ccw_device_halt(struct ccw_device *cdev, unsigned long intparm) in ccw_device_halt() function 706 EXPORT_SYMBOL(ccw_device_halt);
|
D | qdio_main.c | 1190 rc = ccw_device_halt(cdev, QDIO_DOING_CLEANUP); in qdio_shutdown()
|
/Linux-v4.19/drivers/s390/net/ |
D | ctcm_fsms.c | 640 rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_start() 675 rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_haltio() 802 int rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_setuperr() 854 rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_restart() 950 ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_rxdisc() 951 ccw_device_halt(ch2->cdev, (unsigned long)ch2); in ctcm_chx_rxdisc()
|
D | lcs.c | 535 rc = ccw_device_halt(channel->ccwdev, (addr_t) channel); in lcs_stop_channel() 1430 ccw_device_halt(channel->ccwdev, (addr_t) channel); in lcs_irq()
|
D | qeth_core_main.c | 1560 rc = ccw_device_halt(channel->ccwdev, QETH_HALT_CHANNEL_PARM); in qeth_halt_channel()
|