Searched refs:first_hdr (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 1098 const u8 first_hdr[64]) in ath10k_htt_rx_h_undecap_nwifi() 1124 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_nwifi() 1174 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_eth() 1204 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_eth() 1219 const u8 first_hdr[64]) in ath10k_htt_rx_h_undecap_snap() 1232 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_snap() 1240 u8 first_hdr[64], in ath10k_htt_rx_h_undecap() 1268 ath10k_htt_rx_h_undecap_nwifi(ar, msdu, status, first_hdr); in ath10k_htt_rx_h_undecap() 1271 ath10k_htt_rx_h_undecap_eth(ar, msdu, status, first_hdr, enctype); in ath10k_htt_rx_h_undecap() 1274 ath10k_htt_rx_h_undecap_snap(ar, msdu, status, first_hdr); in ath10k_htt_rx_h_undecap() [all …]
|
/linux-4.4.14/fs/btrfs/ |
D | check-integrity.c | 983 struct btrfs_header *const first_hdr = in btrfsic_process_metablock() local 986 BUG_ON(!first_hdr); in btrfsic_process_metablock() 994 sf->hdr = first_hdr; in btrfsic_process_metablock()
|