Home
last modified time | relevance | path

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

/src/sys/dev/bce/
H A Dif_bce.c1476 BCE_LOCK(sc); in bce_attach()
1526 BCE_LOCK(sc); in bce_detach()
1573 BCE_LOCK(sc); in bce_shutdown()
6062 BCE_LOCK(sc); in bce_ifmedia_upd()
6284 BCE_LOCK(sc); in bce_ifmedia_sts()
6700 BCE_LOCK(sc); in bce_rx_intr()
7079 BCE_LOCK(sc); in bce_init()
7507 BCE_LOCK(sc); in bce_start()
7544 BCE_LOCK(sc); in bce_ioctl()
7557 BCE_LOCK(sc); in bce_ioctl()
[all …]
H A Dif_bcereg.h1047 #define BCE_LOCK(_sc) mtx_lock(&(_sc)->bce_mtx) macro