Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
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()
/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Dwow.c159 struct ethhdr *old_hdr_mask = (struct ethhdr *)hdr_8023_bit_mask; in ath11k_wow_convert_8023_to_80211() local
175 memcpy(new_hdr_mask->addr1, old_hdr_mask->h_dest, ETH_ALEN); in ath11k_wow_convert_8023_to_80211()
179 memcpy(new_hdr_mask->addr3, old_hdr_mask->h_source, ETH_ALEN); in ath11k_wow_convert_8023_to_80211()
186 &old_hdr_mask->h_proto, in ath11k_wow_convert_8023_to_80211()
187 sizeof(old_hdr_mask->h_proto)); in ath11k_wow_convert_8023_to_80211()