Searched refs:EMAC_UNLOCK (Results 1 – 2 of 2) sorted by relevance
446 EMAC_UNLOCK(sc); in emac_rxeof()500 EMAC_UNLOCK(sc); in emac_init()613 EMAC_UNLOCK(sc); in emac_start()736 EMAC_UNLOCK(sc); in emac_intr()765 EMAC_UNLOCK(sc); in emac_ioctl()773 EMAC_UNLOCK(sc); in emac_ioctl()812 EMAC_UNLOCK(sc); in emac_detach()862 EMAC_UNLOCK(sc); in emac_suspend()881 EMAC_UNLOCK(sc); in emac_resume()1124 EMAC_UNLOCK(sc); in emac_ifmedia_upd()[all …]
241 #define EMAC_UNLOCK(cs) mtx_unlock(&(sc)->emac_mtx) macro