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.c1447 const u8 first_hdr[64]) in ath10k_htt_rx_h_undecap_raw()
1507 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_raw()
1509 hdr = __DECONST(struct ieee80211_hdr *, first_hdr); in ath10k_htt_rx_h_undecap_raw()
1590 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_nwifi()
1646 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_nwifi()
1648 hdr = (const struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_nwifi()
1737 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_eth()
1788 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_eth()
1790 hdr = (const struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_eth()
1824 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_snap()
[all …]
H A Ddebugfs_sta.c80 void ath10k_sta_update_rx_tid_stats(struct ath10k *ar, u8 *first_hdr, in ath10k_sta_update_rx_tid_stats() argument
95 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_sta_update_rx_tid_stats()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c1976 u8 *first_hdr, in ath11k_dp_rx_h_undecap_nwifi() argument
2000 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_nwifi()
2158 u8 *first_hdr, in ath11k_dp_rx_h_undecap_eth() argument
2184 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_eth()
2214 u8 *first_hdr; in ath11k_dp_rx_h_undecap() local
2218 first_hdr = ath11k_dp_rx_h_80211_hdr(ar->ab, rx_desc); in ath11k_dp_rx_h_undecap()
2223 ath11k_dp_rx_h_undecap_nwifi(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
2236 ath11k_dp_rx_h_undecap_eth(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()
2245 ath11k_dp_rx_h_undecap_eth(ar, msdu, first_hdr, in ath11k_dp_rx_h_undecap()