Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Dwifi.h147 #define _RETRY_ BIT(11) macro
189 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_); \
192 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)
195 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dwifi.h139 #define _RETRY_ BIT(11) macro
173 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_)
175 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)
178 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_))
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dwifi.h195 #define _RETRY_ BIT(11) macro
228 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_)
230 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)
233 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_))