Home
last modified time | relevance | path

Searched refs:core_sx (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/vnic/
H A Dnicvf_main.c89 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)
H A Dnic.h294 struct sx core_sx; member
/freebsd/sys/dev/bxe/
H A Dbxe.c2528 sx_init(&sc->core_sx, sc->core_sx_name); in bxe_init_mutexes()
2568 sx_destroy(&sc->core_sx); in bxe_release_mutexes()