Searched refs:scsw_is_tm (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dscsw.h225 * scsw_is_tm - check for transport mode scsw
231 static inline int scsw_is_tm(union scsw *scsw) function
245 if (scsw_is_tm(scsw))
260 if (scsw_is_tm(scsw))
275 if (scsw_is_tm(scsw))
290 if (scsw_is_tm(scsw))
305 if (scsw_is_tm(scsw))
320 if (scsw_is_tm(scsw))
335 if (scsw_is_tm(scsw))
350 if (scsw_is_tm(scs
[all...]
/linux-master/drivers/s390/cio/
H A Ddevice_status.c213 if (scsw_is_tm(&irb->scsw)) {
H A Dcio.c346 if (!scsw_is_tm(&sch->schib.scsw)) {
H A Ddevice_ops.c701 if (!scsw_is_tm(&sch->schib.scsw) ||
H A Ddevice_fsm.c756 is_cmd = !scsw_is_tm(&irb->scsw);
/linux-master/drivers/s390/block/
H A Ddasd_3990_erp.c1612 if (scsw_is_tm(&cqr->irb.scsw)) {
1767 if (scsw_is_tm(&cqr->irb.scsw)) {
H A Ddasd_fba.c643 scsw_is_tm(&irb->scsw) ? "t" : "c",
H A Ddasd.c4021 if (scsw_is_tm(&irb->scsw) && (irb->scsw.tm.fcxs == 0x01)) {
H A Ddasd_eckd.c5782 if (scsw_is_tm(&irb->scsw)) {

Completed in 177 milliseconds