Home
last modified time | relevance | path

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

/freebsd/sys/dev/nge/
H A Dif_nge.c993 NGE_LOCK(sc); in nge_detach()
1585 NGE_LOCK(sc); in nge_rxeof()
1751 NGE_LOCK(sc); in nge_poll()
1802 NGE_LOCK(sc); in nge_intr()
1977 NGE_LOCK(sc); in nge_start()
2040 NGE_LOCK(sc); in nge_init()
2225 NGE_LOCK(sc); in nge_mediachange()
2245 NGE_LOCK(sc); in nge_mediastatus()
2266 NGE_LOCK(sc); in nge_ioctl()
2285 NGE_LOCK(sc); in nge_ioctl()
[all …]
H A Dif_ngereg.h665 #define NGE_LOCK(_sc) mtx_lock(&(_sc)->nge_mtx) macro