Lines Matching refs:p_ethhdr
103 struct ethhdr *p_ethhdr; in mwifiex_uap_queue_bridged_pkt() local
135 p_ethhdr = (struct ethhdr *) in mwifiex_uap_queue_bridged_pkt()
142 memcpy(p_ethhdr->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_uap_queue_bridged_pkt()
143 sizeof(p_ethhdr->h_source)); in mwifiex_uap_queue_bridged_pkt()
144 memcpy(p_ethhdr->h_dest, rx_pkt_hdr->eth803_hdr.h_dest, in mwifiex_uap_queue_bridged_pkt()
145 sizeof(p_ethhdr->h_dest)); in mwifiex_uap_queue_bridged_pkt()
149 hdr_chop = (u8 *)p_ethhdr - (u8 *)uap_rx_pd; in mwifiex_uap_queue_bridged_pkt()
277 struct ethhdr *p_ethhdr; in mwifiex_uap_recv_packet() local
284 p_ethhdr = (void *)skb->data; in mwifiex_uap_recv_packet()
285 src_node = mwifiex_get_sta_entry(priv, p_ethhdr->h_source); in mwifiex_uap_recv_packet()
292 if (is_multicast_ether_addr(p_ethhdr->h_dest) || in mwifiex_uap_recv_packet()
293 mwifiex_get_sta_entry(priv, p_ethhdr->h_dest)) { in mwifiex_uap_recv_packet()
323 if (mwifiex_get_sta_entry(priv, p_ethhdr->h_dest)) in mwifiex_uap_recv_packet()