Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/r8188eu/include/
Dwifi.h137 #define _FROM_DS_ BIT(9) macro
151 *(__le16 *)(pbuf) |= cpu_to_le16(_FROM_DS_)
153 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0)
/Linux-v6.1/drivers/staging/rtl8723bs/include/
Dwifi.h84 #define _FROM_DS_ BIT(9) macro
98 (*(__le16 *)(pbuf) |= cpu_to_le16(_FROM_DS_))
100 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0)