Lines Matching refs:p_ethhdr
90 struct ethhdr *p_ethhdr; in mwifiex_uap_queue_bridged_pkt() local
122 p_ethhdr = (struct ethhdr *) in mwifiex_uap_queue_bridged_pkt()
129 memcpy(p_ethhdr->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_uap_queue_bridged_pkt()
130 sizeof(p_ethhdr->h_source)); in mwifiex_uap_queue_bridged_pkt()
131 memcpy(p_ethhdr->h_dest, rx_pkt_hdr->eth803_hdr.h_dest, in mwifiex_uap_queue_bridged_pkt()
132 sizeof(p_ethhdr->h_dest)); in mwifiex_uap_queue_bridged_pkt()
136 hdr_chop = (u8 *)p_ethhdr - (u8 *)uap_rx_pd; in mwifiex_uap_queue_bridged_pkt()
264 struct ethhdr *p_ethhdr; in mwifiex_uap_recv_packet() local
271 p_ethhdr = (void *)skb->data; in mwifiex_uap_recv_packet()
272 src_node = mwifiex_get_sta_entry(priv, p_ethhdr->h_source); in mwifiex_uap_recv_packet()
279 if (is_multicast_ether_addr(p_ethhdr->h_dest) || in mwifiex_uap_recv_packet()
280 mwifiex_get_sta_entry(priv, p_ethhdr->h_dest)) { in mwifiex_uap_recv_packet()
310 if (mwifiex_get_sta_entry(priv, p_ethhdr->h_dest)) in mwifiex_uap_recv_packet()