Lines Matching refs:flag

735 		status->flag |= RX_FLAG_HT;  in ath10k_htt_rx_h_rates()
737 status->flag |= RX_FLAG_SHORT_GI; in ath10k_htt_rx_h_rates()
739 status->flag |= RX_FLAG_40MHZ; in ath10k_htt_rx_h_rates()
754 status->flag |= RX_FLAG_SHORT_GI; in ath10k_htt_rx_h_rates()
762 status->flag |= RX_FLAG_40MHZ; in ath10k_htt_rx_h_rates()
769 status->flag |= RX_FLAG_VHT; in ath10k_htt_rx_h_rates()
803 status->flag &= ~RX_FLAG_NO_SIGNAL_VAL; in ath10k_htt_rx_h_signal()
817 status->flag |= RX_FLAG_MACTIME_END; in ath10k_htt_rx_h_mactime()
846 status->flag &= ~(RX_FLAG_HT | in ath10k_htt_rx_h_ppdu()
851 status->flag |= RX_FLAG_NO_SIGNAL_VAL; in ath10k_htt_rx_h_ppdu()
911 status->flag == 0 ? "legacy" : "", in ath10k_process_rx()
912 status->flag & RX_FLAG_HT ? "ht" : "", in ath10k_process_rx()
913 status->flag & RX_FLAG_VHT ? "vht" : "", in ath10k_process_rx()
914 status->flag & RX_FLAG_40MHZ ? "40" : "", in ath10k_process_rx()
916 status->flag & RX_FLAG_SHORT_GI ? "sgi " : "", in ath10k_process_rx()
920 status->band, status->flag, in ath10k_process_rx()
921 !!(status->flag & RX_FLAG_FAILED_FCS_CRC), in ath10k_process_rx()
922 !!(status->flag & RX_FLAG_MMIC_ERROR), in ath10k_process_rx()
923 !!(status->flag & RX_FLAG_AMSDU_MORE)); in ath10k_process_rx()
1296 status->flag &= ~(RX_FLAG_FAILED_FCS_CRC | in ath10k_htt_rx_h_mpdu()
1303 status->flag |= RX_FLAG_FAILED_FCS_CRC; in ath10k_htt_rx_h_mpdu()
1306 status->flag |= RX_FLAG_MMIC_ERROR; in ath10k_htt_rx_h_mpdu()
1309 status->flag |= RX_FLAG_DECRYPTED | in ath10k_htt_rx_h_mpdu()
1339 status->flag &= ~RX_FLAG_AMSDU_MORE; in ath10k_htt_rx_h_deliver()
1341 status->flag |= RX_FLAG_AMSDU_MORE; in ath10k_htt_rx_h_deliver()
1749 status->flag |= RX_FLAG_DECRYPTED | in ath10k_htt_rx_h_rx_offload_prot()
1796 status->flag |= RX_FLAG_NO_SIGNAL_VAL; in ath10k_htt_rx_h_rx_offload()