WPI_TX_LOCK
#define WPI_TX_LOCK(_sc) lockmgr(&(_sc)->tx_mtx, LK_EXCLUSIVE)
#define WPI_TX_LOCK(_sc) mtx_lock(&(_sc)->tx_mtx)