Searched refs:_TO_DS_ (Results 1 – 3 of 3) sorted by relevance
144 #define _TO_DS_ BIT(8) macro154 *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_); \157 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)160 *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \
136 #define _TO_DS_ BIT(8) macro146 *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_)148 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)151 *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_))
192 #define _TO_DS_ BIT(8) macro202 *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_)204 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0)207 *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_))