Searched refs:_ac (Results 1 – 3 of 3) sorted by relevance
692 #define AC2Q(_ac) (((_ac) == WME_AC_VO) ? VO_PRIORITY : \ argument693 ((_ac) == WME_AC_VI) ? VI_PRIORITY : \694 ((_ac) == WME_AC_BK) ? BK_PRIORITY : \
988 #define AC2UP(_ac) ( \ argument989 ((_ac) == WME_AC_VO) ? 6 : \990 ((_ac) == WME_AC_VI) ? 5 : \991 ((_ac) == WME_AC_BK) ? 1 : \