Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Dwifi.h144 #define _TO_DS_ BIT(8) macro
154 *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_); \
157 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)
160 *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dwifi.h136 #define _TO_DS_ BIT(8) macro
146 *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_)
148 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)
151 *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_))
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dwifi.h192 #define _TO_DS_ BIT(8) macro
202 *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_)
204 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)
207 *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_))