Searched defs:spierrstats_t (Results 1 – 1 of 1) sorted by relevance
58 struct spierrstats_t { struct59 uint32 dna; /* The requested data is not available. */60 uint32 rdunderflow; /* FIFO underflow happened due to current (F2, F3) rd command */61 uint32 wroverflow; /* FIFO underflow happened due to current (F1, F2, F3) wr command */63 uint32 f2interrupt; /* OR of all F2 related intr status bits. */64 uint32 f3interrupt; /* OR of all F3 related intr status bits. */66 uint32 f2rxnotready; /* F2 FIFO is not ready to receive data (FIFO empty) */67 uint32 f3rxnotready; /* F3 FIFO is not ready to receive data (FIFO empty) */69 uint32 hostcmddataerr; /* Error in command or host data, detected by CRC/checksum72 uint32 f2pktavailable; /* Packet is available in F2 TX FIFO */[all …]