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

/linux-master/drivers/staging/rtl8712/
H A Dwifi.h41 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(IEEE80211_FCTL_FROMDS)) != 0) macro
49 return ((GetToDs(pframe) << 1) | GetFrDs(pframe));
162 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe);
/linux-master/drivers/staging/rtl8723bs/include/
H A Dwifi.h100 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0) macro
102 #define get_tofr_ds(pframe) ((GetToDs(pframe) << 1) | GetFrDs(pframe))
230 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe);
254 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe);
277 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe);

Completed in 272 milliseconds