Searched refs:fcxs (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dscsw.h79 * @fcxs: FCX status
100 u32 fcxs:8; member in struct:tm_scsw
824 * scsw_tm_is_valid_fcxs - check fcxs field validity
827 * Return non-zero if the fcxs field of the specified transport mode scsw is
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c5684 "CS:%02X fcxs:%02X schxs:%02X RC:%d\n",
5688 irb->scsw.tm.fcxs,
5696 if (irb->scsw.tm.tcw && (irb->scsw.tm.fcxs & 0x01))
H A Ddasd.c4021 if (scsw_is_tm(&irb->scsw) && (irb->scsw.tm.fcxs == 0x01)) {

Completed in 179 milliseconds