Searched refs:FXP_LOCK (Results 1 – 2 of 2) sorted by relevance
913 FXP_LOCK(sc); in fxp_attach()1011 FXP_LOCK(sc); in fxp_detach()1067 FXP_LOCK(sc); in fxp_suspend()1103 FXP_LOCK(sc); in fxp_resume()1329 FXP_LOCK(sc); in fxp_start()1677 FXP_LOCK(sc); in fxp_poll()1715 FXP_LOCK(sc); in fxp_intr()2013 FXP_LOCK(sc); in fxp_intr_body()2267 FXP_LOCK(sc); in fxp_init()2605 FXP_LOCK(sc); in fxp_ifmedia_upd()[all …]
110 #define FXP_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro