Searched refs:_TO_DS_ (Results 1 – 2 of 2) sorted by relevance
144 #define _TO_DS_ BIT(8) macro154 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \158 le16_to_cpu(_TO_DS_)) != 0)161 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
149 #define _TO_DS_ BIT(8) macro159 *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_)161 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)164 *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_))