Searched refs:stctl (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Ddevice_status.c84 if ((irb->scsw.stctl & SCSW_STCTL_ALERT_STATUS) &&
85 !(irb->scsw.stctl & SCSW_STCTL_INTER_STATUS))
100 if (!irb->scsw.eswf && irb->scsw.stctl == SCSW_STCTL_STATUS_PEND)
102 if (irb->scsw.stctl ==
197 * Check if the status pending bit is set in stctl.
201 if (!(irb->scsw.stctl & SCSW_STCTL_STATUS_PEND))
209 (!(irb->scsw.stctl & SCSW_STCTL_INTER_STATUS) ||
216 if ((irb->scsw.stctl ==
259 cdev_irb->scsw.stctl |= irb->scsw.stctl;
[all...]
H A Ddevice_ops.c119 ((sch->schib.scsw.stctl & SCSW_STCTL_PRIM_STATUS) &&
120 !(sch->schib.scsw.stctl & SCSW_STCTL_SEC_STATUS)) ||
221 unsigned int stctl; local
234 stctl = cdev->private->irb.scsw.stctl;
235 ending_status = (stctl & SCSW_STCTL_SEC_STATUS) ||
236 (stctl == (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) ||
237 (stctl == SCSW_STCTL_STATUS_PEND);
240 !(stctl & SCSW_STCTL_INTER_STATUS) &&
242 (stctl
[all...]
H A Ddevice_pgid.c187 if (irb->scsw.stctl ==
443 if (irb->scsw.stctl ==
549 if (irb->scsw.stctl ==
H A Ddevice_fsm.c617 cdev->private->irb.scsw.stctl = SCSW_STCTL_STATUS_PEND;
841 (sch->schib.scsw.stctl & SCSW_STCTL_STATUS_PEND) ||
842 (cdev->private->irb.scsw.stctl & SCSW_STCTL_STATUS_PEND)) {
867 if ((irb->scsw.stctl ==
942 if (irb->scsw.stctl ==
1070 if ((irb->scsw.stctl ==
H A Ddevice_id.c313 if (irb->scsw.stctl ==
H A Dcmf.c342 (!sch->schib.scsw.stctl & SCSW_STCTL_SEC_STATUS))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dreipl.S21 stctl %c0,%c15,__LC_CREGS_SAVE_AREA
H A Drelocate_kernel.S30 stctl %c0,%c15,ctlregs-.base(%r13)
H A Dhead31.S170 stctl %c0,%c15,0(%r15)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dcio.h37 __u32 stctl : 5; /* status control */ member in struct:scsw
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dclaw.c776 if (!((p_ch->irb->scsw.stctl & SCSW_STCTL_SEC_STATUS) ||
777 (p_ch->irb->scsw.stctl == SCSW_STCTL_STATUS_PEND) ||
778 (p_ch->irb->scsw.stctl ==
803 if (!((p_ch->irb->scsw.stctl & SCSW_STCTL_SEC_STATUS) ||
804 (p_ch->irb->scsw.stctl == SCSW_STCTL_STATUS_PEND) ||
805 (p_ch->irb->scsw.stctl ==
884 if(!((p_ch->irb->scsw.stctl & SCSW_STCTL_SEC_STATUS) ||
885 (p_ch->irb->scsw.stctl == SCSW_STCTL_STATUS_PEND) ||
886 (p_ch->irb->scsw.stctl ==
945 if(!((p_ch->irb->scsw.stctl
[all...]
H A Dctcmain.c1951 if ((ch->irb->scsw.stctl & SCSW_STCTL_SEC_STATUS) ||
1952 (ch->irb->scsw.stctl == SCSW_STCTL_STATUS_PEND) ||
1953 (ch->irb->scsw.stctl ==

Completed in 299 milliseconds