Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/rtl8192e/
Drtl819x_Qos.h273 #define GET_VO_UAPSD(_apsd) ((_apsd) & BIT0) argument
274 #define SET_VO_UAPSD(_apsd) ((_apsd) |= BIT0) argument
276 #define GET_VI_UAPSD(_apsd) ((_apsd) & BIT1) argument
277 #define SET_VI_UAPSD(_apsd) ((_apsd) |= BIT1) argument
279 #define GET_BK_UAPSD(_apsd) ((_apsd) & BIT2) argument
280 #define SET_BK_UAPSD(_apsd) ((_apsd) |= BIT2) argument
282 #define GET_BE_UAPSD(_apsd) ((_apsd) & BIT3) argument
283 #define SET_BE_UAPSD(_apsd) ((_apsd) |= BIT3) argument
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Drtl819x_Qos.h395 #define GET_VO_UAPSD(_apsd) ((_apsd) & BIT0) argument
396 #define SET_VO_UAPSD(_apsd) ((_apsd) |= BIT0) argument
398 #define GET_VI_UAPSD(_apsd) ((_apsd) & BIT1) argument
399 #define SET_VI_UAPSD(_apsd) ((_apsd) |= BIT1) argument
401 #define GET_BK_UAPSD(_apsd) ((_apsd) & BIT2) argument
402 #define SET_BK_UAPSD(_apsd) ((_apsd) |= BIT2) argument
404 #define GET_BE_UAPSD(_apsd) ((_apsd) & BIT3) argument
405 #define SET_BE_UAPSD(_apsd) ((_apsd) |= BIT3) argument