Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/
H A Dadapter.h168 ADAP_STOPPED = (1 << 0), /* Adapter has been stopped. */ enumerator
H A Dt4_main.c1871 if (atomic_testandset_int(&sc->error_flags, ilog2(ADAP_STOPPED))) in stop_adapter()
2179 atomic_clear_int(&sc->error_flags, ADAP_FATAL_ERR | ADAP_STOPPED); in t4_resume()