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

/drivers/staging/rtl8712/
H A 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_)); \
/drivers/staging/rtl8188eu/include/
H A 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_))

Completed in 52 milliseconds