URTWN_LOCK
#define URTWN_LOCK(sc) lockmgr(&(sc)->sc_mtx, LK_EXCLUSIVE)
#define URTWN_LOCK(sc) mtx_lock(&(sc)->sc_mtx)