Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Daha152x.c522 #define PREVSTATE (HOSTDATA(shpnt)->prevstate) macro
2186 PREVSTATE = STATE; in update_state()
2193 } else if (stat0 & SELDI && PREVSTATE == busfree) { in update_state()
2221 if(STATE!=PREVSTATE) { in update_state()
2222 LASTSTATE=PREVSTATE; in update_state()
2315 if(PREVSTATE!=STATE && states[PREVSTATE].end) in is_complete()
2316 states[PREVSTATE].end(shpnt); in is_complete()
2323 if(states[PREVSTATE].spio && !states[STATE].spio) { in is_complete()
2345 if(!states[PREVSTATE].spio && states[STATE].spio) { in is_complete()
2356 if(PREVSTATE!=STATE && states[STATE].init) in is_complete()
[all …]