ADAPTER_UNLOCK
#define ADAPTER_UNLOCK(adap) mtx_unlock(&(adap)->lock);
#define ADAPTER_UNLOCK(sc) mtx_unlock(&(sc)->sc_lock)