Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Dwifi.h147 #define _RETRY_ BIT(11) macro
190 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \
194 le16_to_cpu(_RETRY_)) != 0)
197 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dwifi.h152 #define _RETRY_ BIT(11) macro
186 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_)
188 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)
191 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_))