Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Daha152x.c522 #define PREVSTATE (HOSTDATA(shpnt)->prevstate) macro
2183 PREVSTATE = STATE; in update_state()
2190 } else if (stat0 & SELDI && PREVSTATE == busfree) { in update_state()
2218 if(STATE!=PREVSTATE) { in update_state()
2219 LASTSTATE=PREVSTATE; in update_state()
2312 if(PREVSTATE!=STATE && states[PREVSTATE].end) in is_complete()
2313 states[PREVSTATE].end(shpnt); in is_complete()
2320 if(states[PREVSTATE].spio && !states[STATE].spio) { in is_complete()
2342 if(!states[PREVSTATE].spio && states[STATE].spio) { in is_complete()
2353 if(PREVSTATE!=STATE && states[STATE].init) in is_complete()
[all …]