WPI_TXQ_LOCK_DESTROY
#define WPI_TXQ_LOCK_DESTROY(_sc) lockuninit(&(_sc)->txq_mtx)
#define WPI_TXQ_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->txq_mtx)