Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/include/
Dwifi.h225 #define _RETRY_ BIT(11) macro
258 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_)
260 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)
263 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_))
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dwifi.h86 #define _RETRY_ BIT(11) macro
112 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)
115 (*(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_)))