Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Daha152x.c533 #define PREVSTATE (HOSTDATA(shpnt)->prevstate) macro
2195 PREVSTATE = STATE; in update_state()
2202 } else if (stat0 & SELDI && PREVSTATE == busfree) { in update_state()
2230 if(STATE!=PREVSTATE) { in update_state()
2231 LASTSTATE=PREVSTATE; in update_state()
2324 if(PREVSTATE!=STATE && states[PREVSTATE].end) in is_complete()
2325 states[PREVSTATE].end(shpnt); in is_complete()
2332 if(states[PREVSTATE].spio && !states[STATE].spio) { in is_complete()
2354 if(!states[PREVSTATE].spio && states[STATE].spio) { in is_complete()
2365 if(PREVSTATE!=STATE && states[STATE].init) in is_complete()
[all …]