Lines Matching refs:rtap_len
5000 u32 rtap_len = 0; in ath11k_dp_rx_update_radiotap_he() local
5002 put_unaligned_le16(rx_status->he_data1, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he()
5003 rtap_len += 2; in ath11k_dp_rx_update_radiotap_he()
5005 put_unaligned_le16(rx_status->he_data2, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he()
5006 rtap_len += 2; in ath11k_dp_rx_update_radiotap_he()
5008 put_unaligned_le16(rx_status->he_data3, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he()
5009 rtap_len += 2; in ath11k_dp_rx_update_radiotap_he()
5011 put_unaligned_le16(rx_status->he_data4, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he()
5012 rtap_len += 2; in ath11k_dp_rx_update_radiotap_he()
5014 put_unaligned_le16(rx_status->he_data5, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he()
5015 rtap_len += 2; in ath11k_dp_rx_update_radiotap_he()
5017 put_unaligned_le16(rx_status->he_data6, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he()
5024 u32 rtap_len = 0; in ath11k_dp_rx_update_radiotap_he_mu() local
5026 put_unaligned_le16(rx_status->he_flags1, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he_mu()
5027 rtap_len += 2; in ath11k_dp_rx_update_radiotap_he_mu()
5029 put_unaligned_le16(rx_status->he_flags2, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he_mu()
5030 rtap_len += 2; in ath11k_dp_rx_update_radiotap_he_mu()
5032 rtap_buf[rtap_len] = rx_status->he_RU[0]; in ath11k_dp_rx_update_radiotap_he_mu()
5033 rtap_len += 1; in ath11k_dp_rx_update_radiotap_he_mu()
5035 rtap_buf[rtap_len] = rx_status->he_RU[1]; in ath11k_dp_rx_update_radiotap_he_mu()
5036 rtap_len += 1; in ath11k_dp_rx_update_radiotap_he_mu()
5038 rtap_buf[rtap_len] = rx_status->he_RU[2]; in ath11k_dp_rx_update_radiotap_he_mu()
5039 rtap_len += 1; in ath11k_dp_rx_update_radiotap_he_mu()
5041 rtap_buf[rtap_len] = rx_status->he_RU[3]; in ath11k_dp_rx_update_radiotap_he_mu()