eth803_hdr         37 drivers/net/wireless/marvell/libertas/rx.c 	struct eth803hdr eth803_hdr;
eth803_hdr         99 drivers/net/wireless/marvell/libertas/rx.c 	lbs_deb_hex(LBS_DEB_RX, "RX Data: Dest", p_rx_pkt->eth803_hdr.dest_addr,
eth803_hdr        100 drivers/net/wireless/marvell/libertas/rx.c 		sizeof(p_rx_pkt->eth803_hdr.dest_addr));
eth803_hdr        101 drivers/net/wireless/marvell/libertas/rx.c 	lbs_deb_hex(LBS_DEB_RX, "RX Data: Src", p_rx_pkt->eth803_hdr.src_addr,
eth803_hdr        102 drivers/net/wireless/marvell/libertas/rx.c 		sizeof(p_rx_pkt->eth803_hdr.src_addr));
eth803_hdr        117 drivers/net/wireless/marvell/libertas/rx.c 		    ((u8 *) &p_rx_pkt->eth803_hdr
eth803_hdr        118 drivers/net/wireless/marvell/libertas/rx.c 		     + sizeof(p_rx_pkt->eth803_hdr) + sizeof(p_rx_pkt->rfc1042_hdr)
eth803_hdr        119 drivers/net/wireless/marvell/libertas/rx.c 		     - sizeof(p_rx_pkt->eth803_hdr.dest_addr)
eth803_hdr        120 drivers/net/wireless/marvell/libertas/rx.c 		     - sizeof(p_rx_pkt->eth803_hdr.src_addr)
eth803_hdr        123 drivers/net/wireless/marvell/libertas/rx.c 		memcpy(p_ethhdr->h_source, p_rx_pkt->eth803_hdr.src_addr,
eth803_hdr        125 drivers/net/wireless/marvell/libertas/rx.c 		memcpy(p_ethhdr->h_dest, p_rx_pkt->eth803_hdr.dest_addr,
eth803_hdr        138 drivers/net/wireless/marvell/libertas/rx.c 		hdrchop = (u8 *)&p_rx_pkt->eth803_hdr - (u8 *)p_rx_pd;
eth803_hdr         69 drivers/net/wireless/marvell/mwifiex/11n_aggr.c 	memcpy(&tx_header->eth803_hdr, skb_src->data, dt_offset);
eth803_hdr         81 drivers/net/wireless/marvell/mwifiex/11n_aggr.c 	tx_header->eth803_hdr.h_proto = htons(skb_src->len + LLC_SNAP_LEN);
eth803_hdr         56 drivers/net/wireless/marvell/mwifiex/11n_rxreorder.c 			    ntohs(rx_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) {
eth803_hdr         37 drivers/net/wireless/marvell/mwifiex/fw.h 	struct ethhdr eth803_hdr;
eth803_hdr         42 drivers/net/wireless/marvell/mwifiex/fw.h 	struct ethhdr eth803_hdr;
eth803_hdr        117 drivers/net/wireless/marvell/mwifiex/sta_rx.c 			((u8 *) &rx_pkt_hdr->eth803_hdr
eth803_hdr        118 drivers/net/wireless/marvell/mwifiex/sta_rx.c 			 + sizeof(rx_pkt_hdr->eth803_hdr) +
eth803_hdr        120 drivers/net/wireless/marvell/mwifiex/sta_rx.c 			 - sizeof(rx_pkt_hdr->eth803_hdr.h_dest)
eth803_hdr        121 drivers/net/wireless/marvell/mwifiex/sta_rx.c 			 - sizeof(rx_pkt_hdr->eth803_hdr.h_source)
eth803_hdr        124 drivers/net/wireless/marvell/mwifiex/sta_rx.c 		memcpy(eth->h_source, rx_pkt_hdr->eth803_hdr.h_source,
eth803_hdr        126 drivers/net/wireless/marvell/mwifiex/sta_rx.c 		memcpy(eth->h_dest, rx_pkt_hdr->eth803_hdr.h_dest,
eth803_hdr        134 drivers/net/wireless/marvell/mwifiex/sta_rx.c 		hdr_chop = (u8 *) &rx_pkt_hdr->eth803_hdr -
eth803_hdr        150 drivers/net/wireless/marvell/mwifiex/sta_rx.c 	    ntohs(rx_pkt_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) {
eth803_hdr        156 drivers/net/wireless/marvell/mwifiex/sta_rx.c 	if (likely(!is_multicast_ether_addr(rx_pkt_hdr->eth803_hdr.h_dest))) {
eth803_hdr        233 drivers/net/wireless/marvell/mwifiex/sta_rx.c 	    !ether_addr_equal_unaligned(priv->curr_addr, rx_pkt_hdr->eth803_hdr.h_dest)) {
eth803_hdr        241 drivers/net/wireless/marvell/mwifiex/sta_rx.c 		memcpy(ta, rx_pkt_hdr->eth803_hdr.h_source, ETH_ALEN);
eth803_hdr        135 drivers/net/wireless/marvell/mwifiex/uap_txrx.c 			((u8 *)(&rx_pkt_hdr->eth803_hdr)
eth803_hdr        136 drivers/net/wireless/marvell/mwifiex/uap_txrx.c 			 + sizeof(rx_pkt_hdr->eth803_hdr)
eth803_hdr        138 drivers/net/wireless/marvell/mwifiex/uap_txrx.c 			 - sizeof(rx_pkt_hdr->eth803_hdr.h_dest)
eth803_hdr        139 drivers/net/wireless/marvell/mwifiex/uap_txrx.c 			 - sizeof(rx_pkt_hdr->eth803_hdr.h_source)
eth803_hdr        141 drivers/net/wireless/marvell/mwifiex/uap_txrx.c 		memcpy(p_ethhdr->h_source, rx_pkt_hdr->eth803_hdr.h_source,
eth803_hdr        143 drivers/net/wireless/marvell/mwifiex/uap_txrx.c 		memcpy(p_ethhdr->h_dest, rx_pkt_hdr->eth803_hdr.h_dest,
eth803_hdr        151 drivers/net/wireless/marvell/mwifiex/uap_txrx.c 		hdr_chop = (u8 *)&rx_pkt_hdr->eth803_hdr - (u8 *)uap_rx_pd;
eth803_hdr        188 drivers/net/wireless/marvell/mwifiex/uap_txrx.c 	src_node = mwifiex_get_sta_entry(priv, rx_pkt_hdr->eth803_hdr.h_source);
eth803_hdr        197 drivers/net/wireless/marvell/mwifiex/uap_txrx.c 	if (is_unicast_ether_addr(rx_pkt_hdr->eth803_hdr.h_dest)) {
eth803_hdr        254 drivers/net/wireless/marvell/mwifiex/uap_txrx.c 	memcpy(ra, rx_pkt_hdr->eth803_hdr.h_dest, ETH_ALEN);
eth803_hdr        386 drivers/net/wireless/marvell/mwifiex/uap_txrx.c 	ether_addr_copy(ta, rx_pkt_hdr->eth803_hdr.h_source);