Searched refs:_FROM_DS_ (Results 1 – 2 of 2) sorted by relevance
145 #define _FROM_DS_ BIT(9) macro165 *(unsigned short *)(pbuf) |= cpu_to_le16(_FROM_DS_); \169 le16_to_cpu(_FROM_DS_)) != 0)172 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_FROM_DS_)); \
145 #define _FROM_DS_ BIT(9) macro162 *(__le16 *)(pbuf) |= cpu_to_le16(_FROM_DS_)164 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0)167 *(__le16 *)(pbuf) &= (~cpu_to_le16(_FROM_DS_))