Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Dwifi.h144 #define _TO_DS_ BIT(8) macro
154 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
158 le16_to_cpu(_TO_DS_)) != 0)
161 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dwifi.h149 #define _TO_DS_ BIT(8) macro
159 *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_)
161 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)
164 *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_))