Home
last modified time | relevance | path

Searched refs:erw (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/s390/cio/
Ddevice_status.c156 cdev_irb->esw.esw0.erw.cpt = irb->esw.esw0.erw.cpt; in ccw_device_accumulate_esw()
158 cdev_irb->esw.esw0.erw.fsavf = irb->esw.esw0.erw.fsavf; in ccw_device_accumulate_esw()
159 if (cdev_irb->esw.esw0.erw.fsavf) { in ccw_device_accumulate_esw()
164 cdev_irb->esw.esw0.erw.fsaf = irb->esw.esw0.erw.fsaf; in ccw_device_accumulate_esw()
167 cdev_irb->esw.esw0.erw.scavf = irb->esw.esw0.erw.scavf; in ccw_device_accumulate_esw()
168 if (irb->esw.esw0.erw.scavf) in ccw_device_accumulate_esw()
176 cdev_irb->esw.esw0.erw.auth = irb->esw.esw0.erw.auth; in ccw_device_accumulate_esw()
178 cdev_irb->esw.esw0.erw.pvrf = irb->esw.esw0.erw.pvrf; in ccw_device_accumulate_esw()
179 if (irb->esw.esw0.erw.pvrf) in ccw_device_accumulate_esw()
182 cdev_irb->esw.esw0.erw.cons = irb->esw.esw0.erw.cons; in ccw_device_accumulate_esw()
[all …]
Dccwreq.c185 if (irb->esw.esw0.erw.cons) { in ccwreq_status()
Deadm_sch.c146 && scsw->eswf == 1 && irb->esw.eadm.erw.r) in eadm_subchannel_irq()
Ddevice_fsm.c747 !irb->esw.esw0.erw.cons) { in ccw_device_irq()
Dqdio_main.c967 if (irb->esw.esw0.erw.cons) { in qdio_irq_check_sense()
/linux-4.1.27/arch/s390/include/asm/
Dcio.h71 struct erw { struct
133 struct erw erw; member
150 struct erw erw; member
166 struct erw erw; member
182 struct erw erw; member
193 struct erw_eadm erw; member
/linux-4.1.27/drivers/s390/block/
Ddasd_fba.c496 if (irb->esw.esw0.erw.cons) { in dasd_fba_dump_sense()
Ddasd.c3805 } else if (irb->esw.esw0.erw.cons) { in dasd_get_sense()
Ddasd_eckd.c4167 if (irb->esw.esw0.erw.cons) { in dasd_eckd_dump_sense_ccw()
/linux-4.1.27/Documentation/s390/
Dcds.txt290 set, the field erw.scnt in the esw describes the number of device specific
/linux-4.1.27/drivers/s390/net/
Dqeth_core_main.c1140 if (irb->esw.esw0.erw.cons) { in qeth_irq()