Searched refs:_TO_DS_ (Results 1 – 2 of 2) sorted by relevance
153 #define _TO_DS_ BIT(8) macro163 *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \167 le16_to_cpu(_TO_DS_)) != 0)170 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
238 #define _TO_DS_ BIT(8) macro248 *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_)250 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)253 *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_))