Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwow.c173 size_t eth_pkt_ofs = eth_pattern->pkt_offset; in ath12k_wow_convert_8023_to_80211() local
186 if (eth_pkt_ofs < ETH_ALEN) { in ath12k_wow_convert_8023_to_80211()
187 pkt_ofs = eth_pkt_ofs + a1_ofs; in ath12k_wow_convert_8023_to_80211()
195 memcpy(pat, eth_pat, ETH_ALEN - eth_pkt_ofs); in ath12k_wow_convert_8023_to_80211()
198 delta = eth_pkt_ofs + eth_pat_len - src_ofs; in ath12k_wow_convert_8023_to_80211()
200 eth_pat + ETH_ALEN - eth_pkt_ofs, in ath12k_wow_convert_8023_to_80211()
212 eth_pat + ETH_ALEN - eth_pkt_ofs, in ath12k_wow_convert_8023_to_80211()
220 eth_pat + prot_ofs - eth_pkt_ofs, in ath12k_wow_convert_8023_to_80211()
228 } else if (eth_pkt_ofs < prot_ofs) { in ath12k_wow_convert_8023_to_80211()
229 pkt_ofs = eth_pkt_ofs - ETH_ALEN + a3_ofs; in ath12k_wow_convert_8023_to_80211()
[all …]