Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dwow.c180 size_t pkt_ofs = 0; in ath12k_wow_convert_8023_to_80211() local
190 pkt_ofs = eth_pkt_ofs + a1_ofs; in ath12k_wow_convert_8023_to_80211()
202 memcpy(pat + a3_ofs - pkt_ofs, in ath12k_wow_convert_8023_to_80211()
205 memcpy(bytemask + a3_ofs - pkt_ofs, in ath12k_wow_convert_8023_to_80211()
209 pat_len = a3_ofs - pkt_ofs + delta; in ath12k_wow_convert_8023_to_80211()
214 memcpy(pat + a3_ofs - pkt_ofs, in ath12k_wow_convert_8023_to_80211()
217 memcpy(bytemask + a3_ofs - pkt_ofs, in ath12k_wow_convert_8023_to_80211()
222 memcpy(pat + i80211_hdr_len + r1042_eth_ofs - pkt_ofs, in ath12k_wow_convert_8023_to_80211()
225 memcpy(bytemask + i80211_hdr_len + r1042_eth_ofs - pkt_ofs, in ath12k_wow_convert_8023_to_80211()
229 pat_len = i80211_hdr_len + r1042_eth_ofs - pkt_ofs + delta; in ath12k_wow_convert_8023_to_80211()
[all …]