Searched refs:_MORE_FRAG_ (Results 1 – 2 of 2) sorted by relevance
155 #define _MORE_FRAG_ BIT(10) macro188 *(unsigned short *)(pbuf) |= cpu_to_le16(_MORE_FRAG_); \192 le16_to_cpu(_MORE_FRAG_)) != 0)195 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_MORE_FRAG_)); \
240 #define _MORE_FRAG_ BIT(10) macro267 *(__le16 *)(pbuf) |= cpu_to_le16(_MORE_FRAG_)269 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0)272 *(__le16 *)(pbuf) &= (~cpu_to_le16(_MORE_FRAG_))