Searched refs:GetFrDs (Results 1 – 2 of 2) sorted by relevance
81 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0) macro83 #define get_tofr_ds(pframe) ((GetToDs(pframe) << 1) | GetFrDs(pframe))208 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_da()232 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_sa()255 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid()
41 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(IEEE80211_FCTL_FROMDS)) != 0) macro49 return ((GetToDs(pframe) << 1) | GetFrDs(pframe)); in get_tofr_ds()162 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid()
Completed in 13 milliseconds