Searched refs:core_sx (Results 1 – 3 of 3) sorted by relevance
89 sx_init(&(nic)->core_sx, device_get_nameunit((nic)->dev))92 sx_destroy(&(nic)->core_sx)94 #define NICVF_CORE_LOCK(nic) sx_xlock(&(nic)->core_sx)95 #define NICVF_CORE_UNLOCK(nic) sx_xunlock(&(nic)->core_sx)97 #define NICVF_CORE_LOCK_ASSERT(nic) sx_assert(&(nic)->core_sx, SA_XLOCKED)
294 struct sx core_sx; member
2528 sx_init(&sc->core_sx, sc->core_sx_name); in bxe_init_mutexes()2568 sx_destroy(&sc->core_sx); in bxe_release_mutexes()