Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/arm/
Dfas216.h61 #define STAT_PARITYERROR (1 << 5) /* Parity error */ macro
Dfas216.c1177 if (stat & (STAT_INT|STAT_PARITYERROR)) in fas216_wait_cmd()
1202 if (stat & STAT_PARITYERROR) in fas216_get_msg_byte()