Home
last modified time | relevance | path

Searched refs:first_hdr (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Ddebug.h216 void ath10k_sta_update_rx_tid_stats(struct ath10k *ar, u8 *first_hdr,
235 void ath10k_sta_update_rx_tid_stats(struct ath10k *ar, u8 *first_hdr, in ath10k_sta_update_rx_tid_stats() argument
H A Dhtt_rx.c1442 const u8 first_hdr[64]) in ath10k_htt_rx_h_undecap_raw()
1502 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_raw()
1504 hdr = __DECONST(struct ieee80211_hdr *, first_hdr); in ath10k_htt_rx_h_undecap_raw()
1585 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_nwifi()
1641 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_nwifi()
1643 hdr = (const struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_nwifi()
1732 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_eth()
1783 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_eth()
1785 hdr = (const struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_eth()
1819 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_snap()
[all …]
H A Ddebugfs_sta.c78 void ath10k_sta_update_rx_tid_stats(struct ath10k *ar, u8 *first_hdr, in ath10k_sta_update_rx_tid_stats() argument
93 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_sta_update_rx_tid_stats()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c1982 u8 *first_hdr, in ath11k_dp_rx_h_undecap_nwifi() argument
2006 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_nwifi()
2164 u8 *first_hdr, in ath11k_dp_rx_h_undecap_eth() argument
2190 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_eth()
2220 u8 *first_hdr; in ath11k_dp_rx_h_undecap() local
2224 first_hdr = ath11k_dp_rx_h_80211_hdr(ar->ab, rx_desc); in ath11k_dp_rx_h_undecap()
2229 ath11k_dp_rx_h_undecap_nwifi(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
2242 ath11k_dp_rx_h_undecap_eth(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
2251 ath11k_dp_rx_h_undecap_eth(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()