Lines Matching refs:eth_hdr
1013 struct ethernet_hdr_t *eth_hdr; in dp_rx_defrag_nwifi_to_8023() local
1047 eth_hdr = (struct ethernet_hdr_t *)(qdf_nbuf_data(nbuf)); in dp_rx_defrag_nwifi_to_8023()
1059 qdf_mem_copy(eth_hdr->dest_addr, &mac_addr.raw[0], in dp_rx_defrag_nwifi_to_8023()
1063 qdf_mem_copy(eth_hdr->src_addr, &mac_addr.raw[0], in dp_rx_defrag_nwifi_to_8023()
1069 qdf_mem_copy(eth_hdr->dest_addr, &mac_addr.raw[0], in dp_rx_defrag_nwifi_to_8023()
1073 qdf_mem_copy(eth_hdr->src_addr, &mac_addr.raw[0], in dp_rx_defrag_nwifi_to_8023()
1079 qdf_mem_copy(eth_hdr->dest_addr, &mac_addr.raw[0], in dp_rx_defrag_nwifi_to_8023()
1083 qdf_mem_copy(eth_hdr->src_addr, &mac_addr.raw[0], in dp_rx_defrag_nwifi_to_8023()
1090 qdf_mem_copy(eth_hdr->dest_addr, &mac_addr.raw[0], in dp_rx_defrag_nwifi_to_8023()
1092 qdf_mem_copy(eth_hdr->src_addr, &wh.i_addr4[0], in dp_rx_defrag_nwifi_to_8023()
1101 qdf_mem_copy(eth_hdr->ethertype, ether_type, in dp_rx_defrag_nwifi_to_8023()