Searched refs:rx_pkt_hdr (Results 1 – 1 of 1) sorted by relevance
49 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_process_rx_packet() local57 rx_pkt_hdr = (struct rx_packet_hdr *) ((u8 *) local_rx_pd + in mwifiex_process_rx_packet()60 if (!memcmp(&rx_pkt_hdr->rfc1042_hdr, in mwifiex_process_rx_packet()72 ((u8 *) &rx_pkt_hdr->eth803_hdr in mwifiex_process_rx_packet()73 + sizeof(rx_pkt_hdr->eth803_hdr) + in mwifiex_process_rx_packet()74 sizeof(rx_pkt_hdr->rfc1042_hdr) in mwifiex_process_rx_packet()75 - sizeof(rx_pkt_hdr->eth803_hdr.h_dest) in mwifiex_process_rx_packet()76 - sizeof(rx_pkt_hdr->eth803_hdr.h_source) in mwifiex_process_rx_packet()77 - sizeof(rx_pkt_hdr->rfc1042_hdr.snap_type)); in mwifiex_process_rx_packet()79 memcpy(eth_hdr->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_process_rx_packet()[all …]