Searched refs:scsw_stctl (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/s390/cio/
H A Dtrace.h118 __field(u8, scsw_stctl)
132 __entry->scsw_stctl = scsw_stctl(&irb->scsw);
142 __entry->scsw_stctl,
H A Ddevice_status.c203 if (!(scsw_stctl(&irb->scsw) & SCSW_STCTL_STATUS_PEND))
356 if (!(scsw_stctl(&irb->scsw) & SCSW_STCTL_STATUS_PEND))
H A Ddevice_fsm.c675 (scsw_stctl(&sch->schib.scsw) & SCSW_STCTL_STATUS_PEND) ||
676 (scsw_stctl(&cdev->private->dma_area->irb.scsw) &
724 stctl = scsw_stctl(&cdev->private->dma_area->irb.scsw);
825 if (scsw_stctl(&irb->scsw) ==
H A Dcmf.c285 (!(scsw_stctl(&sch->schib.scsw) & SCSW_STCTL_SEC_STATUS)))
H A Dchsc_sch.c267 if (!(scsw_stctl(&request->irb.scsw) & SCSW_STCTL_STATUS_PEND))
/linux-master/arch/s390/include/asm/
H A Dscsw.h342 * scsw_stctl - return scsw stctl field
348 static inline u32 scsw_stctl(union scsw *scsw) function
/linux-master/drivers/s390/virtio/
H A Dvirtio_ccw.c1181 (scsw_stctl(&irb->scsw) ==
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c5595 scsw_actl(&irb->scsw), scsw_stctl(&irb->scsw),
5686 scsw_actl(&irb->scsw), scsw_stctl(&irb->scsw),

Completed in 345 milliseconds