Home | History | Annotate | Download | only in igc

Lines Matching defs:staterr

2091 		const uint32_t staterr = le32toh(rxdesc->wb.upper.status_error);
2093 if (!ISSET(staterr, IGC_RXD_STAT_DD)) {
2120 const bool eop = staterr & IGC_RXD_STAT_EOP;
2139 if (__predict_false(staterr & IGC_RXDEXT_STATERR_RXE)) {
2183 if (staterr & IGC_RXD_STAT_VP)
2197 ifp->if_capenable, staterr, ptype);
2227 if (!(staterr & IGC_RXD_STAT_DD))
2242 igc_rx_checksum(struct igc_queue *q, uint64_t capenable, uint32_t staterr,
2245 const uint16_t status = (uint16_t)staterr;
2246 const uint8_t errors = (uint8_t)(staterr >> 24);