ADAPTER_LOCK_DEINIT
#define ADAPTER_LOCK_DEINIT(adap) SX_DESTROY(&(adap)->lock)
#define ADAPTER_LOCK_DEINIT(adap) mtx_destroy(&(adap)->lock)