Searched refs:_tid (Results 1 – 4 of 4) sorted by relevance
88 #define TID_TO_WME_AC(_tid) \ argument89 ((((_tid) == 0) || ((_tid) == 3)) ? IEEE80211_AC_BE : \90 (((_tid) == 1) || ((_tid) == 2)) ? IEEE80211_AC_BK : \91 (((_tid) == 4) || ((_tid) == 5)) ? IEEE80211_AC_VI : \
99 #define TID_TO_WME_AC(_tid) ( \ argument100 ((_tid) == 0 || (_tid) == 3) ? BE_Q : \101 ((_tid) < 3) ? BK_Q : \102 ((_tid) < 6) ? VI_Q : \
1518 static int snd_timer_user_next_device(struct snd_timer_id __user *_tid) in snd_timer_user_next_device() argument1524 if (copy_from_user(&id, _tid, sizeof(id))) in snd_timer_user_next_device()1603 if (copy_to_user(_tid, &id, sizeof(*_tid))) in snd_timer_user_next_device()
291 sev._sigev_un._tid = tid; in check_sig_ign()