URTWN_CMDQ_UNLOCK
#define URTWN_CMDQ_UNLOCK(sc) lockmgr(&(sc)->cmdq_mtx, LK_RELEASE)
#define URTWN_CMDQ_UNLOCK(sc) mtx_unlock(&(sc)->cmdq_mtx)