Searched refs:GetToDs (Results 1 – 1 of 1) sorted by relevance
76 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_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()
Completed in 6 milliseconds