Searched refs:_MORE_FRAG_ (Results 1 – 1 of 1) sorted by relevance
66 #define _MORE_FRAG_ BIT(10) macro86 (*(__le16 *)(pbuf) |= cpu_to_le16(_MORE_FRAG_))88 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0)91 (*(__le16 *)(pbuf) &= (~cpu_to_le16(_MORE_FRAG_)))