Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/include/
A Dwifi.h183 #define _RETRY_ BIT(11) macro
216 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_)
218 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)
221 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_))
/linux/drivers/staging/rtl8723bs/include/
A 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_)))

Completed in 11 milliseconds