Lines Matching refs:this_arg
2095 * You must take care when dereferencing iterator.this_arg
2097 * get_unaligned((type *)iterator.this_arg) to dereference
2098 * iterator.this_arg for type "type" safely on all arches.
2101 if (*iterator.this_arg & IEEE80211_RADIOTAP_F_FCS) {
2114 if (*iterator.this_arg & IEEE80211_RADIOTAP_F_WEP)
2116 if (*iterator.this_arg & IEEE80211_RADIOTAP_F_FRAG)
2121 txflags = get_unaligned_le16(iterator.this_arg);
2129 rate = *iterator.this_arg;
2135 rate_retries = *iterator.this_arg;
2139 mcs_known = iterator.this_arg[0];
2140 mcs_flags = iterator.this_arg[1];
2145 rate = iterator.this_arg[2];
2159 vht_known = get_unaligned_le16(iterator.this_arg);
2164 (iterator.this_arg[2] &
2169 if (iterator.this_arg[3] == 1)
2172 else if (iterator.this_arg[3] == 4)
2175 else if (iterator.this_arg[3] == 11)
2180 vht_mcs = iterator.this_arg[4] >> 4;
2183 vht_nss = iterator.this_arg[4] & 0xF;