Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/dc/
Dif_dc.c2543 DC_LOCK(sc); in dc_detach()
2968 DC_LOCK(sc); in dc_rxeof()
3233 DC_LOCK(sc); in dc_poll()
3299 DC_LOCK(sc); in dc_intr()
3514 DC_LOCK(sc); in dc_start()
3588 DC_LOCK(sc); in dc_init()
3796 DC_LOCK(sc); in dc_ifmedia_upd()
3838 DC_LOCK(sc); in dc_ifmedia_sts()
3864 DC_LOCK(sc); in dc_ioctl()
3885 DC_LOCK(sc); in dc_ioctl()
[all …]
Dif_dcreg.h781 #define DC_LOCK(_sc) mtx_lock(&(_sc)->dc_mtx) macro