Searched refs:RT_SOFTC_UNLOCK (Results 1 – 2 of 2) sorted by relevance
626 RT_SOFTC_UNLOCK(sc); in rt_ifmedia_upd()674 RT_SOFTC_UNLOCK(sc); in rt_ifmedia_sts()711 RT_SOFTC_UNLOCK(sc); in rt_detach()947 RT_SOFTC_UNLOCK(sc); in rt_init()969 RT_SOFTC_UNLOCK(sc); in rt_stop_locked()1015 RT_SOFTC_UNLOCK(sc); in rt_stop()1277 RT_SOFTC_UNLOCK(sc); in rt_ioctl()1654 RT_SOFTC_UNLOCK(sc); in rt_rx_intr()1695 RT_SOFTC_UNLOCK(sc); in rt_tx_intr()1730 RT_SOFTC_UNLOCK(sc); in rt_rx_done_task()[all …]
64 #define RT_SOFTC_UNLOCK(sc) mtx_unlock(&(sc)->lock) macro