Searched refs:_MORE_FRAG_ (Results 1 – 2 of 2) sorted by relevance
146 #define _MORE_FRAG_ BIT(10) macro179 *(unsigned short *)(pbuf) |= cpu_to_le16(_MORE_FRAG_); \183 le16_to_cpu(_MORE_FRAG_)) != 0)186 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_MORE_FRAG_)); \
151 #define _MORE_FRAG_ BIT(10) macro178 *(__le16 *)(pbuf) |= cpu_to_le16(_MORE_FRAG_)180 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0)183 *(__le16 *)(pbuf) &= (~cpu_to_le16(_MORE_FRAG_))