Lines Matching refs:p_ethhdr
90 struct ethhdr *p_ethhdr; in mwifiex_uap_queue_bridged_pkt() local
132 p_ethhdr = (struct ethhdr *) in mwifiex_uap_queue_bridged_pkt()
139 memcpy(p_ethhdr->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_uap_queue_bridged_pkt()
140 sizeof(p_ethhdr->h_source)); in mwifiex_uap_queue_bridged_pkt()
141 memcpy(p_ethhdr->h_dest, rx_pkt_hdr->eth803_hdr.h_dest, in mwifiex_uap_queue_bridged_pkt()
142 sizeof(p_ethhdr->h_dest)); in mwifiex_uap_queue_bridged_pkt()
146 hdr_chop = (u8 *)p_ethhdr - (u8 *)uap_rx_pd; in mwifiex_uap_queue_bridged_pkt()
282 struct ethhdr *p_ethhdr; in mwifiex_uap_recv_packet() local
289 p_ethhdr = (void *)skb->data; in mwifiex_uap_recv_packet()
290 src_node = mwifiex_get_sta_entry(priv, p_ethhdr->h_source); in mwifiex_uap_recv_packet()
297 if (is_multicast_ether_addr(p_ethhdr->h_dest) || in mwifiex_uap_recv_packet()
298 mwifiex_get_sta_entry(priv, p_ethhdr->h_dest)) { in mwifiex_uap_recv_packet()
328 if (mwifiex_get_sta_entry(priv, p_ethhdr->h_dest)) in mwifiex_uap_recv_packet()