Lines Matching refs:rtap_len

4936 	u32 rtap_len = 0;  in ath11k_dp_rx_update_radiotap_he()  local
4938 put_unaligned_le16(rx_status->he_data1, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he()
4939 rtap_len += 2; in ath11k_dp_rx_update_radiotap_he()
4941 put_unaligned_le16(rx_status->he_data2, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he()
4942 rtap_len += 2; in ath11k_dp_rx_update_radiotap_he()
4944 put_unaligned_le16(rx_status->he_data3, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he()
4945 rtap_len += 2; in ath11k_dp_rx_update_radiotap_he()
4947 put_unaligned_le16(rx_status->he_data4, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he()
4948 rtap_len += 2; in ath11k_dp_rx_update_radiotap_he()
4950 put_unaligned_le16(rx_status->he_data5, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he()
4951 rtap_len += 2; in ath11k_dp_rx_update_radiotap_he()
4953 put_unaligned_le16(rx_status->he_data6, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he()
4960 u32 rtap_len = 0; in ath11k_dp_rx_update_radiotap_he_mu() local
4962 put_unaligned_le16(rx_status->he_flags1, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he_mu()
4963 rtap_len += 2; in ath11k_dp_rx_update_radiotap_he_mu()
4965 put_unaligned_le16(rx_status->he_flags2, &rtap_buf[rtap_len]); in ath11k_dp_rx_update_radiotap_he_mu()
4966 rtap_len += 2; in ath11k_dp_rx_update_radiotap_he_mu()
4968 rtap_buf[rtap_len] = rx_status->he_RU[0]; in ath11k_dp_rx_update_radiotap_he_mu()
4969 rtap_len += 1; in ath11k_dp_rx_update_radiotap_he_mu()
4971 rtap_buf[rtap_len] = rx_status->he_RU[1]; in ath11k_dp_rx_update_radiotap_he_mu()
4972 rtap_len += 1; in ath11k_dp_rx_update_radiotap_he_mu()
4974 rtap_buf[rtap_len] = rx_status->he_RU[2]; in ath11k_dp_rx_update_radiotap_he_mu()
4975 rtap_len += 1; in ath11k_dp_rx_update_radiotap_he_mu()
4977 rtap_buf[rtap_len] = rx_status->he_RU[3]; in ath11k_dp_rx_update_radiotap_he_mu()