Searched refs:eth_pkt_ofs (Results 1 – 1 of 1) sorted by relevance
176 size_t eth_pkt_ofs = eth_pattern->pkt_offset; in ath12k_wow_convert_8023_to_80211() local189 if (eth_pkt_ofs < ETH_ALEN) { in ath12k_wow_convert_8023_to_80211()190 pkt_ofs = eth_pkt_ofs + a1_ofs; in ath12k_wow_convert_8023_to_80211()192 if (size_add(eth_pkt_ofs, eth_pat_len) < ETH_ALEN) { in ath12k_wow_convert_8023_to_80211()197 } else if (size_add(eth_pkt_ofs, eth_pat_len) < prot_ofs) { in ath12k_wow_convert_8023_to_80211()198 memcpy(pat, eth_pat, ETH_ALEN - eth_pkt_ofs); in ath12k_wow_convert_8023_to_80211()199 memcpy(bytemask, eth_bytemask, ETH_ALEN - eth_pkt_ofs); in ath12k_wow_convert_8023_to_80211()201 delta = eth_pkt_ofs + eth_pat_len - src_ofs; in ath12k_wow_convert_8023_to_80211()203 eth_pat + ETH_ALEN - eth_pkt_ofs, in ath12k_wow_convert_8023_to_80211()206 eth_bytemask + ETH_ALEN - eth_pkt_ofs, in ath12k_wow_convert_8023_to_80211()[all …]