Home
last modified time | relevance | path

Searched refs:FW_RX_DESC_FLAGS_FIRST_MSDU (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Drx_desc.h1309 #define FW_RX_DESC_FLAGS_FIRST_MSDU (1 << 0) macro
H A Dhtt_rx.c2412 if (!(rx->fw_desc.flags & FW_RX_DESC_FLAGS_FIRST_MSDU)) in ath10k_htt_rx_pn_check_replay_hl()
2526 first_msdu = rx->fw_desc.flags & FW_RX_DESC_FLAGS_FIRST_MSDU; in ath10k_htt_rx_proc_rx_ind_hl()