Home
last modified time | relevance | path

Searched refs:old_hdr_mask (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwow.c96 struct ethhdr *old_hdr_mask = (struct ethhdr *)hdr_8023_bit_mask; in ath10k_wow_convert_8023_to_80211() local
112 memcpy(new_hdr_mask->addr1, old_hdr_mask->h_dest, ETH_ALEN); in ath10k_wow_convert_8023_to_80211()
116 memcpy(new_hdr_mask->addr3, old_hdr_mask->h_source, ETH_ALEN); in ath10k_wow_convert_8023_to_80211()
123 &old_hdr_mask->h_proto, in ath10k_wow_convert_8023_to_80211()
124 sizeof(old_hdr_mask->h_proto)); in ath10k_wow_convert_8023_to_80211()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwow.c167 struct ethhdr *old_hdr_mask = (struct ethhdr *)hdr_8023_bit_mask; in ath11k_wow_convert_8023_to_80211() local
183 memcpy(new_hdr_mask->addr1, old_hdr_mask->h_dest, ETH_ALEN); in ath11k_wow_convert_8023_to_80211()
187 memcpy(new_hdr_mask->addr3, old_hdr_mask->h_source, ETH_ALEN); in ath11k_wow_convert_8023_to_80211()
194 &old_hdr_mask->h_proto, in ath11k_wow_convert_8023_to_80211()
195 sizeof(old_hdr_mask->h_proto)); in ath11k_wow_convert_8023_to_80211()