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

/freebsd-13-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c94 #define RTL_SMI_ACQUIRED 1 macro
96 KASSERT((_sc)->smi_acquired == RTL_SMI_ACQUIRED, ("smi must be acquired @%s", __FUNCTION__))
450 if (sc->smi_acquired == RTL_SMI_ACQUIRED)
456 sc->smi_acquired = RTL_SMI_ACQUIRED;

Completed in 101 milliseconds