Home
last modified time | relevance | path

Searched defs:GetMFrag (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/rtl8712/
H A Dwifi.h56 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(IEEE80211_FCTL_MOREFRAGS)) != 0) macro
/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h88 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0) macro