WPI_TXQ_LOCK
#define WPI_TXQ_LOCK(_sc) lockmgr(&(_sc)->txq_mtx, LK_EXCLUSIVE)
#define WPI_TXQ_LOCK(_sc) mtx_lock(&(_sc)->txq_mtx)