Searched refs:_FROM_DS_ (Results 1 – 2 of 2) sorted by relevance
154 #define _FROM_DS_ BIT(9) macro174 *(unsigned short *)(pbuf) |= cpu_to_le16(_FROM_DS_); \178 le16_to_cpu(_FROM_DS_)) != 0)181 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_FROM_DS_)); \
239 #define _FROM_DS_ BIT(9) macro256 *(__le16 *)(pbuf) |= cpu_to_le16(_FROM_DS_)258 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0)261 *(__le16 *)(pbuf) &= (~cpu_to_le16(_FROM_DS_))