Searched refs:_FROM_DS_ (Results 1 – 2 of 2) sorted by relevance
181 #define _FROM_DS_ BIT(9) macro198 *(__le16 *)(pbuf) |= cpu_to_le16(_FROM_DS_)200 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0)203 *(__le16 *)(pbuf) &= (~cpu_to_le16(_FROM_DS_))
84 #define _FROM_DS_ BIT(9) macro98 (*(__le16 *)(pbuf) |= cpu_to_le16(_FROM_DS_))100 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0)
Completed in 10 milliseconds