Searched refs:first_hdr (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 1014 const u8 first_hdr[64]) in ath10k_htt_rx_h_undecap_nwifi() 1040 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_nwifi() 1090 const u8 first_hdr[64], in ath10k_htt_rx_h_undecap_eth() 1120 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_eth() 1135 const u8 first_hdr[64]) in ath10k_htt_rx_h_undecap_snap() 1148 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_snap() 1156 u8 first_hdr[64], in ath10k_htt_rx_h_undecap() 1186 ath10k_htt_rx_h_undecap_nwifi(ar, msdu, status, first_hdr); in ath10k_htt_rx_h_undecap() 1189 ath10k_htt_rx_h_undecap_eth(ar, msdu, status, first_hdr, enctype); in ath10k_htt_rx_h_undecap() 1192 ath10k_htt_rx_h_undecap_snap(ar, msdu, status, first_hdr); in ath10k_htt_rx_h_undecap() [all …]
|
/linux-4.1.27/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()
|