Home
last modified time | relevance | path

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

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c4456 np->lastmsg = np->msgout[0];
4459 "message %x sent on bad reselection\n", np->lastmsg);
4466 np->lastmsg = np->msgout[0];
4469 if (np->lastmsg == M_PARITY || np->lastmsg == M_ID_ERROR) {
4596 scr_to_cpu(np->lastmsg), np->msgout[0]);
H A Dsym_hipd.h951 u32 lastmsg; /* Last SCSI message sent */ member