BXE_CORE_UNLOCK
#define BXE_CORE_UNLOCK(sc) sx_xunlock(&sc->core_sx)
#define BXE_CORE_UNLOCK(sc) mtx_unlock(&sc->core_mtx)