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

/drivers/staging/rtl8712/
H A Dwifi.h177 #define GetFrDs(pbuf) (((*(unsigned short *)(pbuf)) & \ macro
184 #define get_tofr_ds(pframe) ((GetToDs(pframe) << 1) | GetFrDs(pframe))
317 (((GetToDs(pbuf) << 1)|GetFrDs(pbuf)) == 3 ? \
342 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe);
365 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe);
388 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe);
/drivers/staging/rtl8188eu/include/
H A Dwifi.h258 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0) macro
263 #define get_tofr_ds(pframe) ((GetToDs(pframe) << 1) | GetFrDs(pframe))
379 (((GetToDs(pbuf)<<1) | GetFrDs(pbuf)) == 3 ? \
408 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe);
430 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe);
452 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe);

Completed in 41 milliseconds