Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bce/
Dif_bce.c1523 BCE_LOCK(sc); in bce_attach()
1574 BCE_LOCK(sc); in bce_detach()
1623 BCE_LOCK(sc); in bce_shutdown()
6198 BCE_LOCK(sc); in bce_ifmedia_upd()
6423 BCE_LOCK(sc); in bce_ifmedia_sts()
6849 BCE_LOCK(sc); in bce_rx_intr()
7236 BCE_LOCK(sc); in bce_init()
7669 BCE_LOCK(sc); in bce_start()
7708 BCE_LOCK(sc); in bce_ioctl()
7721 BCE_LOCK(sc); in bce_ioctl()
[all …]
Dif_bcereg.h1083 #define BCE_LOCK(_sc) mtx_lock(&(_sc)->bce_mtx) macro