Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c2026 new_pn.pn48 = ath10k_htt_rx_h_get_pn(ar, skb, enctype); in ath10k_htt_rx_h_frag_pn_check()
2031 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_h_frag_pn_check()
2037 if (new_pn.pn48 != last_pn->pn48 + 1) in ath10k_htt_rx_h_frag_pn_check()
2040 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_h_frag_pn_check()
2519 pn->pn48 = __le32_to_cpu(rx_desc->pn_31_0) + in ath10k_htt_rx_mpdu_desc_pn_hl()
2531 return ((new_pn->pn48 & 0xffffffffffffULL) <= in ath10k_htt_rx_pn_cmp48()
2532 (old_pn->pn48 & 0xffffffffffffULL)); in ath10k_htt_rx_pn_cmp48()
2588 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_pn_check_replay_hl()
2746 __le64 pn48 = cpu_to_le64(new_pn.pn48); in ath10k_htt_rx_proc_rx_ind_hl() local
2773 memcpy(skb->data + offset, &pn48, 2); in ath10k_htt_rx_proc_rx_ind_hl()
[all …]
H A Dhtt.h1695 u64 pn48; member