Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8712/
Dwifi.h135 #define _RETRY_ BIT(11) macro
177 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_); \
180 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)
183 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Dwifi.h108 #define _RETRY_ BIT(11) macro
141 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_)
143 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)
146 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_))
/Linux-v5.10/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_))