Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dc.c2535 DC_LOCK(sc); in dc_detach()
2958 DC_LOCK(sc); in dc_rxeof()
3223 DC_LOCK(sc); in dc_poll()
3289 DC_LOCK(sc); in dc_intr()
3504 DC_LOCK(sc); in dc_start()
3578 DC_LOCK(sc); in dc_init()
3786 DC_LOCK(sc); in dc_ifmedia_upd()
3828 DC_LOCK(sc); in dc_ifmedia_sts()
3854 DC_LOCK(sc); in dc_ioctl()
3875 DC_LOCK(sc); in dc_ioctl()
[all …]
H A Dif_dcreg.h781 #define DC_LOCK(_sc) mtx_lock(&(_sc)->dc_mtx) macro