Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/include/
A Dwifi.h180 #define _TO_DS_ BIT(8) macro
190 *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_)
192 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)
195 *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_))
/linux/drivers/staging/rtl8723bs/include/
A Dwifi.h83 #define _TO_DS_ BIT(8) macro
93 (*(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_))
95 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)

Completed in 9 milliseconds