Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Dwifi.h146 #define _MORE_FRAG_ BIT(10) macro
179 *(__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_)); \
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dwifi.h138 #define _MORE_FRAG_ BIT(10) macro
165 *(__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_))
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dwifi.h194 #define _MORE_FRAG_ BIT(10) macro
220 *(__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_))