Lines Matching refs:p_ethhdr
102 struct ethhdr *p_ethhdr; in mwifiex_uap_queue_bridged_pkt() local
134 p_ethhdr = (struct ethhdr *) in mwifiex_uap_queue_bridged_pkt()
141 memcpy(p_ethhdr->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_uap_queue_bridged_pkt()
142 sizeof(p_ethhdr->h_source)); in mwifiex_uap_queue_bridged_pkt()
143 memcpy(p_ethhdr->h_dest, rx_pkt_hdr->eth803_hdr.h_dest, in mwifiex_uap_queue_bridged_pkt()
144 sizeof(p_ethhdr->h_dest)); in mwifiex_uap_queue_bridged_pkt()
148 hdr_chop = (u8 *)p_ethhdr - (u8 *)uap_rx_pd; in mwifiex_uap_queue_bridged_pkt()
276 struct ethhdr *p_ethhdr; in mwifiex_uap_recv_packet() local
283 p_ethhdr = (void *)skb->data; in mwifiex_uap_recv_packet()
284 src_node = mwifiex_get_sta_entry(priv, p_ethhdr->h_source); in mwifiex_uap_recv_packet()
291 if (is_multicast_ether_addr(p_ethhdr->h_dest) || in mwifiex_uap_recv_packet()
292 mwifiex_get_sta_entry(priv, p_ethhdr->h_dest)) { in mwifiex_uap_recv_packet()
322 if (mwifiex_get_sta_entry(priv, p_ethhdr->h_dest)) in mwifiex_uap_recv_packet()