Searched refs:_MORE_DATA_ (Results 1 – 2 of 2) sorted by relevance
149 #define _MORE_DATA_ BIT(13) macro212 *(unsigned short *)(pbuf) |= cpu_to_le16(_MORE_DATA_); \216 le16_to_cpu(_MORE_DATA_)) != 0)219 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_MORE_DATA_)); \
154 #define _MORE_DATA_ BIT(13) macro202 *(__le16 *)(pbuf) |= cpu_to_le16(_MORE_DATA_)204 #define GetMData(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_DATA_)) != 0)207 *(__le16 *)(pbuf) &= (~cpu_to_le16(_MORE_DATA_))