Searched refs:eth803_hdr (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c89 if (sizeof(rx_pkt_hdr->eth803_hdr) + sizeof(rfc1042_header) +
116 ((u8 *) &rx_pkt_hdr->eth803_hdr
117 + sizeof(rx_pkt_hdr->eth803_hdr) +
119 - sizeof(rx_pkt_hdr->eth803_hdr.h_dest)
120 - sizeof(rx_pkt_hdr->eth803_hdr.h_source)
123 memcpy(eth->h_source, rx_pkt_hdr->eth803_hdr.h_source,
125 memcpy(eth->h_dest, rx_pkt_hdr->eth803_hdr.h_dest,
133 hdr_chop = (u8 *) &rx_pkt_hdr->eth803_hdr -
149 ntohs(rx_pkt_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) {
155 if (likely(!is_multicast_ether_addr(rx_pkt_hdr->eth803_hdr
[all...]
H A Duap_txrx.c133 ((u8 *)(&rx_pkt_hdr->eth803_hdr)
134 + sizeof(rx_pkt_hdr->eth803_hdr)
136 - sizeof(rx_pkt_hdr->eth803_hdr.h_dest)
137 - sizeof(rx_pkt_hdr->eth803_hdr.h_source)
139 memcpy(p_ethhdr->h_source, rx_pkt_hdr->eth803_hdr.h_source,
141 memcpy(p_ethhdr->h_dest, rx_pkt_hdr->eth803_hdr.h_dest,
149 hdr_chop = (u8 *)&rx_pkt_hdr->eth803_hdr - (u8 *)uap_rx_pd;
186 src_node = mwifiex_get_sta_entry(priv, rx_pkt_hdr->eth803_hdr.h_source);
195 if (is_unicast_ether_addr(rx_pkt_hdr->eth803_hdr.h_dest)) {
252 memcpy(ra, rx_pkt_hdr->eth803_hdr
[all...]
H A D11n_aggr.c57 memcpy(&tx_header->eth803_hdr, skb_src->data, dt_offset);
69 tx_header->eth803_hdr.h_proto = htons(skb_src->len + LLC_SNAP_LEN);
H A Dfw.h25 struct ethhdr eth803_hdr; member in struct:rx_packet_hdr
30 struct ethhdr eth803_hdr; member in struct:tx_packet_hdr
H A D11n_rxreorder.c44 ntohs(rx_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) {
/linux-master/drivers/net/wireless/marvell/libertas/
H A Drx.c37 struct eth803hdr eth803_hdr; member in struct:rxpackethdr
96 lbs_deb_hex(LBS_DEB_RX, "RX Data: Dest", p_rx_pkt->eth803_hdr.dest_addr,
97 sizeof(p_rx_pkt->eth803_hdr.dest_addr));
98 lbs_deb_hex(LBS_DEB_RX, "RX Data: Src", p_rx_pkt->eth803_hdr.src_addr,
99 sizeof(p_rx_pkt->eth803_hdr.src_addr));
114 ((u8 *) &p_rx_pkt->eth803_hdr
115 + sizeof(p_rx_pkt->eth803_hdr) + sizeof(p_rx_pkt->rfc1042_hdr)
116 - sizeof(p_rx_pkt->eth803_hdr.dest_addr)
117 - sizeof(p_rx_pkt->eth803_hdr.src_addr)
120 memcpy(p_ethhdr->h_source, p_rx_pkt->eth803_hdr
[all...]

Completed in 178 milliseconds