Searched refs:scsw_actl (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | trace.h | 117 __field(u8, scsw_actl) 131 __entry->scsw_actl = scsw_actl(&irb->scsw); 141 __entry->scsw_fctl, __entry->scsw_actl,
|
H A D | cio.c | 344 if (!(scsw_actl(&sch->schib.scsw) & SCSW_ACTL_HALT_PEND) && in cio_cancel_halt_clear() 345 !(scsw_actl(&sch->schib.scsw) & SCSW_ACTL_CLEAR_PEND)) { in cio_cancel_halt_clear() 358 if (!(scsw_actl(&sch->schib.scsw) & SCSW_ACTL_CLEAR_PEND)) { in cio_cancel_halt_clear()
|
H A D | vfio_ccw_drv.c | 94 is_final = !(scsw_actl(&irb->scsw) & in vfio_ccw_sch_io_todo()
|
H A D | device_status.c | 320 if (scsw_actl(&irb->scsw) & (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) in ccw_device_do_sense()
|
H A D | cmf.c | 280 if ((!(scsw_actl(&sch->schib.scsw) & SCSW_ACTL_SUSPENDED)) && in cmf_copy_block() 281 (scsw_actl(&sch->schib.scsw) & in cmf_copy_block()
|
H A D | device_fsm.c | 619 if (scsw_actl(&sch->schib.scsw) != 0) in ccw_device_offline() 680 if (scsw_actl(&sch->schib.scsw) != 0 || in ccw_device_online_verify()
|
H A D | device_ops.c | 694 !(scsw_actl(&sch->schib.scsw) & SCSW_ACTL_START_PEND)) in ccw_device_tm_intrg()
|
H A D | device.c | 1152 if (scsw_actl(&sch->schib.scsw) == 0 || sch->schib.pmcw.lpum != mask) in io_subchannel_terminate_path()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | trace.h | 117 __field(u8, scsw_actl) 131 __entry->scsw_actl = scsw_actl(&irb->scsw); 141 __entry->scsw_fctl, __entry->scsw_actl,
|
H A D | cio.c | 344 if (!(scsw_actl(&sch->schib.scsw) & SCSW_ACTL_HALT_PEND) && in cio_cancel_halt_clear() 345 !(scsw_actl(&sch->schib.scsw) & SCSW_ACTL_CLEAR_PEND)) { in cio_cancel_halt_clear() 358 if (!(scsw_actl(&sch->schib.scsw) & SCSW_ACTL_CLEAR_PEND)) { in cio_cancel_halt_clear()
|
H A D | device_fsm.c | 608 if (scsw_actl(&sch->schib.scsw) != 0) in ccw_device_offline() 669 if (scsw_actl(&sch->schib.scsw) != 0 || in ccw_device_online_verify()
|
H A D | device_status.c | 321 if (scsw_actl(&irb->scsw) & (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) in ccw_device_do_sense()
|
H A D | vfio_ccw_drv.c | 92 is_final = !(scsw_actl(&irb->scsw) & in vfio_ccw_sch_io_todo()
|
H A D | cmf.c | 281 if ((!(scsw_actl(&sch->schib.scsw) & SCSW_ACTL_SUSPENDED)) && in cmf_copy_block() 282 (scsw_actl(&sch->schib.scsw) & in cmf_copy_block()
|
H A D | device_ops.c | 694 !(scsw_actl(&sch->schib.scsw) & SCSW_ACTL_START_PEND)) in ccw_device_tm_intrg()
|
H A D | device.c | 1128 if (scsw_actl(&sch->schib.scsw) == 0 || sch->schib.pmcw.lpum != mask) in io_subchannel_terminate_path()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | scsw.h | 321 * scsw_actl - return scsw actl field 327 static inline u32 scsw_actl(union scsw *scsw) in scsw_actl() function
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | scsw.h | 326 * scsw_actl - return scsw actl field 332 static inline u32 scsw_actl(union scsw *scsw) in scsw_actl() function
|
/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 44 milliseconds