Searched refs:ADAPTER_UNLOCK (Results 1 – 2 of 2) sorted by relevance
943 ADAPTER_UNLOCK(sc); in t3_os_ext_intr_handler()1173 ADAPTER_UNLOCK(sc); in cxgb_down_locked()1209 ADAPTER_UNLOCK(p->adapter); in cxgb_init_locked()1218 ADAPTER_UNLOCK(p->adapter); in cxgb_init_locked()1268 ADAPTER_UNLOCK(p->adapter); in cxgb_stop_locked()1576 ADAPTER_UNLOCK(sc); in cxgb_ext_intr_handler()1654 ADAPTER_UNLOCK(sc); in cxgb_tick_handler()
413 #define ADAPTER_UNLOCK(adap) sx_xunlock(&(adap)->lock); macro425 #define ADAPTER_UNLOCK(adap) mtx_unlock(&(adap)->lock); macro