Lines Matching refs:this_arg
2128 * You must take care when dereferencing iterator.this_arg
2130 * get_unaligned((type *)iterator.this_arg) to dereference
2131 * iterator.this_arg for type "type" safely on all arches.
2134 if (*iterator.this_arg & IEEE80211_RADIOTAP_F_FCS) {
2147 if (*iterator.this_arg & IEEE80211_RADIOTAP_F_WEP)
2149 if (*iterator.this_arg & IEEE80211_RADIOTAP_F_FRAG)
2154 txflags = get_unaligned_le16(iterator.this_arg);
2165 rate = *iterator.this_arg;
2171 rate_retries = *iterator.this_arg;
2175 mcs_known = iterator.this_arg[0];
2176 mcs_flags = iterator.this_arg[1];
2181 rate = iterator.this_arg[2];
2208 vht_known = get_unaligned_le16(iterator.this_arg);
2213 (iterator.this_arg[2] &
2218 if (iterator.this_arg[3] == 1)
2221 else if (iterator.this_arg[3] == 4)
2224 else if (iterator.this_arg[3] == 11)
2229 vht_mcs = iterator.this_arg[4] >> 4;
2232 vht_nss = iterator.this_arg[4] & 0xF;