Lines Matching refs:rx_pkt_hdr
87 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_process_rx_packet() local
99 rx_pkt_hdr = (void *)local_rx_pd + rx_pkt_off; in mwifiex_process_rx_packet()
101 if ((!memcmp(&rx_pkt_hdr->rfc1042_hdr, bridge_tunnel_header, in mwifiex_process_rx_packet()
103 (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, in mwifiex_process_rx_packet()
105 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP && in mwifiex_process_rx_packet()
106 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX)) { in mwifiex_process_rx_packet()
117 ((u8 *) &rx_pkt_hdr->eth803_hdr in mwifiex_process_rx_packet()
118 + sizeof(rx_pkt_hdr->eth803_hdr) + in mwifiex_process_rx_packet()
119 sizeof(rx_pkt_hdr->rfc1042_hdr) in mwifiex_process_rx_packet()
120 - sizeof(rx_pkt_hdr->eth803_hdr.h_dest) in mwifiex_process_rx_packet()
121 - sizeof(rx_pkt_hdr->eth803_hdr.h_source) in mwifiex_process_rx_packet()
122 - sizeof(rx_pkt_hdr->rfc1042_hdr.snap_type)); in mwifiex_process_rx_packet()
124 memcpy(eth->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_process_rx_packet()
126 memcpy(eth->h_dest, rx_pkt_hdr->eth803_hdr.h_dest, in mwifiex_process_rx_packet()
134 hdr_chop = (u8 *) &rx_pkt_hdr->eth803_hdr - in mwifiex_process_rx_packet()
150 ntohs(rx_pkt_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) { in mwifiex_process_rx_packet()
193 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_process_sta_rx_packet() local
204 rx_pkt_hdr = (void *)local_rx_pd + rx_pkt_offset; in mwifiex_process_sta_rx_packet()
230 !ether_addr_equal_unaligned(priv->curr_addr, rx_pkt_hdr->eth803_hdr.h_dest)) { in mwifiex_process_sta_rx_packet()
238 memcpy(ta, rx_pkt_hdr->eth803_hdr.h_source, ETH_ALEN); in mwifiex_process_sta_rx_packet()