WPI_TX_LOCK_DESTROY
#define WPI_TX_LOCK_DESTROY(_sc) lockuninit(&(_sc)->tx_mtx)
#define WPI_TX_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->tx_mtx)