Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Dwifi.h224 #define GetMData(pbuf) (((*(unsigned short *)(pbuf)) & \ macro
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dwifi.h293 #define GetMData(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_DATA_)) != 0) macro