Home
last modified time | relevance | path

Searched refs:SCHN_STAT_INTF_CTRL_CHK (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/s390/cio/
H A Ddevice_status.c36 SCHN_STAT_CHN_CTRL_CHK | SCHN_STAT_INTF_CTRL_CHK))) in ccw_device_msg_control_check()
139 SCHN_STAT_INTF_CTRL_CHK)) { in ccw_device_accumulate_esw()
158 if (irb->scsw.cmd.cstat & SCHN_STAT_INTF_CTRL_CHK) in ccw_device_accumulate_esw()
/linux/arch/s390/include/asm/
H A Dscsw.h180 #define SCHN_STAT_INTF_CTRL_CHK 0x02 macro
845 SCHN_STAT_INTF_CTRL_CHK | in scsw_tm_is_valid_schxs()
/linux/drivers/s390/block/
H A Ddasd_3990_erp.c2262 if (scsw_cstat(&erp->refers->irb.scsw) & (SCHN_STAT_INTF_CTRL_CHK in dasd_3990_erp_control_check()
2483 if ((scsw_cstat(&cqr1->irb.scsw) & (SCHN_STAT_INTF_CTRL_CHK | in dasd_3990_erp_error_match()
2485 (scsw_cstat(&cqr2->irb.scsw) & (SCHN_STAT_INTF_CTRL_CHK | in dasd_3990_erp_error_match()
/linux/Documentation/arch/s390/
H A Dcds.rst348 SCHN_STAT_INTF_CTRL_CHK interface control check
/linux/drivers/s390/net/
H A Dlcs.c1314 if (cstat & (SCHN_STAT_CHN_CTRL_CHK | SCHN_STAT_INTF_CTRL_CHK | in lcs_get_problem()
H A Dqeth_core_main.c1119 if (cstat & (SCHN_STAT_CHN_CTRL_CHK | SCHN_STAT_INTF_CTRL_CHK | in qeth_get_problem()