Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Dwifi.h145 #define _FROM_DS_ BIT(9) macro
164 *(__le16 *)(pbuf) |= cpu_to_le16(_FROM_DS_); \
167 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0)
170 *(__le16 *)(pbuf) &= (~cpu_to_le16(_FROM_DS_)); \
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dwifi.h137 #define _FROM_DS_ BIT(9) macro
154 *(__le16 *)(pbuf) |= cpu_to_le16(_FROM_DS_)
156 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0)
159 *(__le16 *)(pbuf) &= (~cpu_to_le16(_FROM_DS_))
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dwifi.h193 #define _FROM_DS_ BIT(9) macro
210 *(__le16 *)(pbuf) |= cpu_to_le16(_FROM_DS_)
212 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0)
215 *(__le16 *)(pbuf) &= (~cpu_to_le16(_FROM_DS_))