Searched refs:hw_error (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/oce/
H A Doce_if.h881 uint8_t hw_error; member in struct:oce_softc
H A Doce_if.c2391 if (sc->hw_error)
2412 * Hence not setting the hw_error for UE detection.
2415 sc->hw_error = TRUE;
2476 * hw_error or no outstanding completions expected
2491 if (pending_txqs == 0 || ++timeo > 10 || sc->hw_error)

Completed in 105 milliseconds