Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
A Dwifi.h85 #define _MORE_FRAG_ BIT(10) macro
105 (*(__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_)))
/linux/drivers/staging/r8188eu/include/
A Dwifi.h182 #define _MORE_FRAG_ BIT(10) macro
208 *(__le16 *)(pbuf) |= cpu_to_le16(_MORE_FRAG_)
210 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0)
213 *(__le16 *)(pbuf) &= (~cpu_to_le16(_MORE_FRAG_))

Completed in 11 milliseconds