Searched refs:_MORE_FRAG_ (Results 1 – 2 of 2) sorted by relevance
85 #define _MORE_FRAG_ BIT(10) macro105 (*(__le16 *)(pbuf) |= cpu_to_le16(_MORE_FRAG_))107 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0)110 (*(__le16 *)(pbuf) &= (~cpu_to_le16(_MORE_FRAG_)))
138 #define _MORE_FRAG_ BIT(10) macro156 *(__le16 *)(pbuf) |= cpu_to_le16(_MORE_FRAG_)159 *(__le16 *)(pbuf) &= (~cpu_to_le16(_MORE_FRAG_))