Searched refs:llchdr (Results 1 – 2 of 2) sorted by relevance
1340 struct llc_snap_hdr_t llchdr; in ol_rx_defrag_nwifi_to_8023() local1355 qdf_mem_copy(&llchdr, ((uint8_t *) (qdf_nbuf_data(msdu) + in ol_rx_defrag_nwifi_to_8023()1387 qdf_mem_copy(eth_hdr->ethertype, llchdr.ethertype, in ol_rx_defrag_nwifi_to_8023()1388 sizeof(llchdr.ethertype)); in ol_rx_defrag_nwifi_to_8023()
1012 struct llc_snap_hdr_t *llchdr; in dp_rx_defrag_nwifi_to_8023() local1039 llchdr = (struct llc_snap_hdr_t *)(qdf_nbuf_data(nbuf) + in dp_rx_defrag_nwifi_to_8023()1041 qdf_mem_copy(ether_type, llchdr->ethertype, 2); in dp_rx_defrag_nwifi_to_8023()