Lines Matching refs:flag

688 		status->flag |= RX_FLAG_HT;  in ath10k_htt_rx_h_rates()
690 status->flag |= RX_FLAG_SHORT_GI; in ath10k_htt_rx_h_rates()
692 status->flag |= RX_FLAG_40MHZ; in ath10k_htt_rx_h_rates()
747 status->flag |= RX_FLAG_SHORT_GI; in ath10k_htt_rx_h_rates()
755 status->flag |= RX_FLAG_40MHZ; in ath10k_htt_rx_h_rates()
762 status->flag |= RX_FLAG_VHT; in ath10k_htt_rx_h_rates()
881 status->flag &= ~RX_FLAG_NO_SIGNAL_VAL; in ath10k_htt_rx_h_signal()
895 status->flag |= RX_FLAG_MACTIME_END; in ath10k_htt_rx_h_mactime()
925 status->flag &= ~(RX_FLAG_HT | in ath10k_htt_rx_h_ppdu()
930 status->flag |= RX_FLAG_NO_SIGNAL_VAL; in ath10k_htt_rx_h_ppdu()
990 status->flag == 0 ? "legacy" : "", in ath10k_process_rx()
991 status->flag & RX_FLAG_HT ? "ht" : "", in ath10k_process_rx()
992 status->flag & RX_FLAG_VHT ? "vht" : "", in ath10k_process_rx()
993 status->flag & RX_FLAG_40MHZ ? "40" : "", in ath10k_process_rx()
995 status->flag & RX_FLAG_SHORT_GI ? "sgi " : "", in ath10k_process_rx()
999 status->band, status->flag, in ath10k_process_rx()
1000 !!(status->flag & RX_FLAG_FAILED_FCS_CRC), in ath10k_process_rx()
1001 !!(status->flag & RX_FLAG_MMIC_ERROR), in ath10k_process_rx()
1002 !!(status->flag & RX_FLAG_AMSDU_MORE)); in ath10k_process_rx()
1378 status->flag &= ~(RX_FLAG_FAILED_FCS_CRC | in ath10k_htt_rx_h_mpdu()
1385 status->flag |= RX_FLAG_FAILED_FCS_CRC; in ath10k_htt_rx_h_mpdu()
1388 status->flag |= RX_FLAG_MMIC_ERROR; in ath10k_htt_rx_h_mpdu()
1391 status->flag |= RX_FLAG_DECRYPTED | in ath10k_htt_rx_h_mpdu()
1421 status->flag &= ~RX_FLAG_AMSDU_MORE; in ath10k_htt_rx_h_deliver()
1423 status->flag |= RX_FLAG_AMSDU_MORE; in ath10k_htt_rx_h_deliver()
1830 status->flag |= RX_FLAG_DECRYPTED | in ath10k_htt_rx_h_rx_offload_prot()
1877 status->flag |= RX_FLAG_NO_SIGNAL_VAL; in ath10k_htt_rx_h_rx_offload()