Searched refs:ATSE_FLAGS_ERROR (Results 1 – 2 of 2) sorted by relevance
1274 sc->atse_flags |= ATSE_FLAGS_ERROR; in atse_rx_locked()1315 sc->atse_flags |= ATSE_FLAGS_ERROR; in atse_rx_locked()1317 if ((sc->atse_flags & ATSE_FLAGS_ERROR) == 0) in atse_rx_locked()1343 if (sc->atse_flags & ATSE_FLAGS_ERROR) { in atse_rx_locked()1344 sc->atse_flags &= ~ATSE_FLAGS_ERROR; in atse_rx_locked()
446 #define ATSE_FLAGS_ERROR 0x00000002 macro