Searched refs:_MORE_DATA_ (Results 1 – 2 of 2) sorted by relevance
158 #define _MORE_DATA_ BIT(13) macro221 *(unsigned short *)(pbuf) |= cpu_to_le16(_MORE_DATA_); \225 le16_to_cpu(_MORE_DATA_)) != 0)228 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_MORE_DATA_)); \
243 #define _MORE_DATA_ BIT(13) macro291 *(__le16 *)(pbuf) |= cpu_to_le16(_MORE_DATA_)293 #define GetMData(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_DATA_)) != 0)296 *(__le16 *)(pbuf) &= (~cpu_to_le16(_MORE_DATA_))