Home
last modified time | relevance | path

Searched defs:_apsd (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/
Drtl819x_Qos.h234 #define GET_VO_UAPSD(_apsd) ((_apsd) & BIT0) argument
235 #define SET_VO_UAPSD(_apsd) ((_apsd) |= BIT0) argument
237 #define GET_VI_UAPSD(_apsd) ((_apsd) & BIT1) argument
238 #define SET_VI_UAPSD(_apsd) ((_apsd) |= BIT1) argument
240 #define GET_BK_UAPSD(_apsd) ((_apsd) & BIT2) argument
241 #define SET_BK_UAPSD(_apsd) ((_apsd) |= BIT2) argument
243 #define GET_BE_UAPSD(_apsd) ((_apsd) & BIT3) argument
244 #define SET_BE_UAPSD(_apsd) ((_apsd) |= BIT3) argument
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Drtl819x_Qos.h378 #define GET_VO_UAPSD(_apsd) ((_apsd) & BIT0) argument
379 #define SET_VO_UAPSD(_apsd) ((_apsd) |= BIT0) argument
381 #define GET_VI_UAPSD(_apsd) ((_apsd) & BIT1) argument
382 #define SET_VI_UAPSD(_apsd) ((_apsd) |= BIT1) argument
384 #define GET_BK_UAPSD(_apsd) ((_apsd) & BIT2) argument
385 #define SET_BK_UAPSD(_apsd) ((_apsd) |= BIT2) argument
387 #define GET_BE_UAPSD(_apsd) ((_apsd) & BIT3) argument
388 #define SET_BE_UAPSD(_apsd) ((_apsd) |= BIT3) argument