Searched refs:_MORE_FRAG_ (Results 1 – 3 of 3) sorted by relevance
146 #define _MORE_FRAG_ BIT(10) macro179 *(__le16 *)(pbuf) |= cpu_to_le16(_MORE_FRAG_); \182 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0)185 *(__le16 *)(pbuf) &= (~cpu_to_le16(_MORE_FRAG_)); \
138 #define _MORE_FRAG_ BIT(10) macro165 *(__le16 *)(pbuf) |= cpu_to_le16(_MORE_FRAG_)167 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0)170 *(__le16 *)(pbuf) &= (~cpu_to_le16(_MORE_FRAG_))
194 #define _MORE_FRAG_ BIT(10) macro220 *(__le16 *)(pbuf) |= cpu_to_le16(_MORE_FRAG_)222 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0)225 *(__le16 *)(pbuf) &= (~cpu_to_le16(_MORE_FRAG_))