Searched refs:scsw_stctl (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | trace.h | 118 __field(u8, scsw_stctl) 132 __entry->scsw_stctl = scsw_stctl(&irb->scsw); 142 __entry->scsw_stctl,
|
H A D | device_status.c | 202 if (!(scsw_stctl(&irb->scsw) & SCSW_STCTL_STATUS_PEND)) in ccw_device_accumulate_irb() 355 if (!(scsw_stctl(&irb->scsw) & SCSW_STCTL_STATUS_PEND)) in ccw_device_accumulate_basic_sense()
|
H A D | device_fsm.c | 681 (scsw_stctl(&sch->schib.scsw) & SCSW_STCTL_STATUS_PEND) || in ccw_device_online_verify() 682 (scsw_stctl(&cdev->private->dma_area->irb.scsw) & in ccw_device_online_verify() 730 stctl = scsw_stctl(&cdev->private->dma_area->irb.scsw); in ccw_device_call_handler() 831 if (scsw_stctl(&irb->scsw) == in ccw_device_w4sense()
|
H A D | chsc_sch.c | 133 if (!cc && scsw_stctl(&schib.scsw)) in chsc_subchannel_prepare() 301 if (!(scsw_stctl(&request->irb.scsw) & SCSW_STCTL_STATUS_PEND)) in chsc_examine_irb()
|
H A D | cmf.c | 283 (!(scsw_stctl(&sch->schib.scsw) & SCSW_STCTL_SEC_STATUS))) in cmf_copy_block()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | trace.h | 118 __field(u8, scsw_stctl) 132 __entry->scsw_stctl = scsw_stctl(&irb->scsw); 142 __entry->scsw_stctl,
|
H A D | device_fsm.c | 670 (scsw_stctl(&sch->schib.scsw) & SCSW_STCTL_STATUS_PEND) || in ccw_device_online_verify() 671 (scsw_stctl(&cdev->private->dma_area->irb.scsw) & in ccw_device_online_verify() 719 stctl = scsw_stctl(&cdev->private->dma_area->irb.scsw); in ccw_device_call_handler() 820 if (scsw_stctl(&irb->scsw) == in ccw_device_w4sense()
|
H A D | device_status.c | 203 if (!(scsw_stctl(&irb->scsw) & SCSW_STCTL_STATUS_PEND)) in ccw_device_accumulate_irb() 356 if (!(scsw_stctl(&irb->scsw) & SCSW_STCTL_STATUS_PEND)) in ccw_device_accumulate_basic_sense()
|
H A D | chsc_sch.c | 267 if (!(scsw_stctl(&request->irb.scsw) & SCSW_STCTL_STATUS_PEND)) in chsc_examine_irb()
|
H A D | cmf.c | 284 (!(scsw_stctl(&sch->schib.scsw) & SCSW_STCTL_SEC_STATUS))) in cmf_copy_block()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | scsw.h | 336 * scsw_stctl - return scsw stctl field 342 static inline u32 scsw_stctl(union scsw *scsw) in scsw_stctl() function
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | scsw.h | 341 * scsw_stctl - return scsw stctl field 347 static inline u32 scsw_stctl(union scsw *scsw) in scsw_stctl() function
|
/kernel/linux/linux-5.10/drivers/s390/virtio/ |
H A D | virtio_ccw.c | 1117 (scsw_stctl(&irb->scsw) == in virtio_ccw_int_handler()
|
/kernel/linux/linux-6.6/drivers/s390/virtio/ |
H A D | virtio_ccw.c | 1147 (scsw_stctl(&irb->scsw) == in virtio_ccw_int_handler()
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd_eckd.c | 5492 scsw_actl(&irb->scsw), scsw_stctl(&irb->scsw), in dasd_eckd_dump_sense_ccw() 5596 scsw_actl(&irb->scsw), scsw_stctl(&irb->scsw), in dasd_eckd_dump_sense_tcw()
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_eckd.c | 5612 scsw_actl(&irb->scsw), scsw_stctl(&irb->scsw), in dasd_eckd_dump_sense_ccw() 5711 scsw_actl(&irb->scsw), scsw_stctl(&irb->scsw), in dasd_eckd_dump_sense_tcw()
|
Completed in 32 milliseconds