Searched refs:first_hdr (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | debug.h | 216 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 D | htt_rx.c | 1442 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 D | debugfs_sta.c | 78 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 D | dp_rx.c | 1982 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()
|