Home
last modified time | relevance | path

Searched refs:lastphase (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1211 u_int lastphase; in ahc_handle_seqint() local
1213 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint()
1222 u_int lastphase; in ahc_handle_seqint() local
1614 u_int lastphase; in ahc_handle_scsiint() local
1639 errorphase = lastphase; in ahc_handle_scsiint()
1774 u_int lastphase; in ahc_handle_scsiint() local
1816 if (lastphase == P_MESGOUT) { in ahc_handle_scsiint()
1920 if (lastphase != P_BUSFREE) { in ahc_handle_scsiint()
3120 u_int lastphase; in ahc_handle_proto_violation() local
3169 if ((lastphase & ~P_DATAIN_DT) == 0 in ahc_handle_proto_violation()
[all …]
H A Daic79xx_core.c2161 u_int lastphase; in ahd_handle_seqint() local
2173 u_int lastphase; in ahd_handle_seqint() local
2197 u_int lastphase; in ahd_handle_seqint() local
2662 u_int lastphase; in ahd_handle_transmission_error() local
3019 u_int lastphase; in ahd_handle_nonpkt_busfree() local
3049 if (lastphase == P_MESGOUT) { in ahd_handle_nonpkt_busfree()
3232 && (lastphase == P_MESGIN || lastphase == P_MESGOUT) in ahd_handle_nonpkt_busfree()
3281 if (lastphase != P_BUSFREE) in ahd_handle_nonpkt_busfree()
3296 u_int lastphase; in ahd_handle_proto_violation() local
3346 if ((lastphase & ~P_DATAIN_DT) == 0 in ahd_handle_proto_violation()
[all …]
/linux/kernel/rcu/
H A Drcutorture.c3063 bool lastphase = false; in rcu_torture_barrier_cbs() local
3073 smp_load_acquire(&barrier_phase)) != lastphase || in rcu_torture_barrier_cbs()
3075 lastphase = newphase; in rcu_torture_barrier_cbs()