ADAPTER_LOCK
#define ADAPTER_LOCK(adap) mtx_lock(&(adap)->lock);
#define ADAPTER_LOCK(sc) mtx_lock(&(sc)->sc_lock)