Home
last modified time | relevance | path

Searched refs:BCE_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/bce/
HDif_bce.c1531 BCE_UNLOCK(sc); in bce_attach()
1583 BCE_UNLOCK(sc); in bce_detach()
1627 BCE_UNLOCK(sc); in bce_shutdown()
6197 BCE_UNLOCK(sc); in bce_ifmedia_upd()
6423 BCE_UNLOCK(sc); in bce_ifmedia_sts()
6436 BCE_UNLOCK(sc); in bce_ifmedia_sts()
6844 BCE_UNLOCK(sc); in bce_rx_intr()
7235 BCE_UNLOCK(sc); in bce_init()
7668 BCE_UNLOCK(sc); in bce_start()
7711 BCE_UNLOCK(sc); in bce_ioctl()
[all …]
HDif_bcereg.h1083 #define BCE_UNLOCK(_sc) mtx_unlock(&(_sc)->bce_mtx) macro