Searched refs:ccw_device_halt (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/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-4.4.14/arch/s390/include/asm/ |
D | ccwdev.h | 193 extern int ccw_device_halt(struct ccw_device *, unsigned long);
|
/linux-4.4.14/drivers/s390/cio/ |
D | device_ops.c | 363 int ccw_device_halt(struct ccw_device *cdev, unsigned long intparm) in ccw_device_halt() function 684 EXPORT_SYMBOL(ccw_device_halt);
|
D | qdio_main.c | 1193 rc = ccw_device_halt(cdev, QDIO_DOING_CLEANUP); in qdio_shutdown()
|
/linux-4.4.14/drivers/s390/net/ |
D | ctcm_fsms.c | 639 rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_start() 674 rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_haltio() 801 int rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_setuperr() 853 rc = ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_restart() 949 ccw_device_halt(ch->cdev, (unsigned long)ch); in ctcm_chx_rxdisc() 950 ccw_device_halt(ch2->cdev, (unsigned long)ch2); in ctcm_chx_rxdisc()
|
D | lcs.c | 552 rc = ccw_device_halt(channel->ccwdev, (addr_t) channel); in lcs_stop_channel() 1456 ccw_device_halt(channel->ccwdev, (addr_t) channel); in lcs_irq()
|
D | qeth_core_main.c | 1590 rc = ccw_device_halt(channel->ccwdev, QETH_HALT_CHANNEL_PARM); in qeth_halt_channel()
|
/linux-4.4.14/drivers/s390/char/ |
D | raw3270.c | 245 rc = ccw_device_halt(rp->cdev, (long) rq); in __raw3270_halt_io()
|