Home
last modified time | relevance | path

Searched refs:_RETRY_ (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8712/
Dwifi.h156 #define _RETRY_ BIT(11) macro
199 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \
203 le16_to_cpu(_RETRY_)) != 0)
206 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dwifi.h241 #define _RETRY_ BIT(11) macro
275 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_)
277 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)
280 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_))