Searched refs:_MORE_FRAG_ (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8712/
H A Dwifi.h146 #define _MORE_FRAG_ BIT(10) macro
179 *(unsigned short *)(pbuf) |= cpu_to_le16(_MORE_FRAG_); \
183 le16_to_cpu(_MORE_FRAG_)) != 0)
186 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_MORE_FRAG_)); \
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A Dwifi.h151 #define _MORE_FRAG_ BIT(10) macro
178 *(__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_))

Completed in 103 milliseconds