Searched refs:LE_LOCK_INITIALIZED (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/le/ | ||
H A D | lancevar.h | 120 #define LE_LOCK_INITIALIZED(_sc) mtx_initialized(&(_sc)->sc_mtx) macro |
H A D | lance.c | 106 if (LE_LOCK_INITIALIZED(sc) == 0) in lance_config() |