Home
last modified time | relevance | path

Searched refs:scsw_fctl (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/s390/cio/
Dtrace.h116 __field(u8, scsw_fctl)
130 __entry->scsw_fctl = scsw_fctl(&irb->scsw);
141 __entry->scsw_fctl, __entry->scsw_actl,
Dchsc_sch.c175 return sch->schib.pmcw.ena && !scsw_fctl(&sch->schib.scsw); in chsc_subchannel_match_next_free()
Ddevice_fsm.c839 if (scsw_fctl(&irb->scsw) & in ccw_device_w4sense()
Dcmf.c279 if (scsw_fctl(&sch->schib.scsw) & SCSW_FCTL_START_FUNC) { in cmf_copy_block()
/linux-6.1.9/arch/s390/include/asm/
Dscsw.h317 static inline u32 scsw_fctl(union scsw *scsw) in scsw_fctl() function
/linux-6.1.9/drivers/s390/block/
Ddasd_eckd.c5581 req, scsw_cc(&irb->scsw), scsw_fctl(&irb->scsw), in dasd_eckd_dump_sense_ccw()
5681 req, scsw_cc(&irb->scsw), scsw_fctl(&irb->scsw), in dasd_eckd_dump_sense_tcw()
Ddasd.c1762 scsw_fctl(&irb->scsw) & SCSW_FCTL_CLEAR_FUNC) { in dasd_int_handler()