Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Dwifi.h153 #define _TO_DS_ BIT(8) macro
163 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \
167 le16_to_cpu(_TO_DS_)) != 0)
170 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dwifi.h238 #define _TO_DS_ BIT(8) macro
248 *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_)
250 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)
253 *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_))