Home
last modified time | relevance | path

Searched refs:eth803_hdr (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/libertas/
Drx.c36 struct eth803hdr eth803_hdr; member
100 lbs_deb_hex(LBS_DEB_RX, "RX Data: Dest", p_rx_pkt->eth803_hdr.dest_addr, in lbs_process_rxed_packet()
101 sizeof(p_rx_pkt->eth803_hdr.dest_addr)); in lbs_process_rxed_packet()
102 lbs_deb_hex(LBS_DEB_RX, "RX Data: Src", p_rx_pkt->eth803_hdr.src_addr, in lbs_process_rxed_packet()
103 sizeof(p_rx_pkt->eth803_hdr.src_addr)); in lbs_process_rxed_packet()
118 ((u8 *) &p_rx_pkt->eth803_hdr in lbs_process_rxed_packet()
119 + sizeof(p_rx_pkt->eth803_hdr) + sizeof(p_rx_pkt->rfc1042_hdr) in lbs_process_rxed_packet()
120 - sizeof(p_rx_pkt->eth803_hdr.dest_addr) in lbs_process_rxed_packet()
121 - sizeof(p_rx_pkt->eth803_hdr.src_addr) in lbs_process_rxed_packet()
124 memcpy(p_ethhdr->h_source, p_rx_pkt->eth803_hdr.src_addr, in lbs_process_rxed_packet()
[all …]
/drivers/net/wireless/mwifiex/
Dsta_rx.c117 ((u8 *) &rx_pkt_hdr->eth803_hdr in mwifiex_process_rx_packet()
118 + sizeof(rx_pkt_hdr->eth803_hdr) + in mwifiex_process_rx_packet()
120 - sizeof(rx_pkt_hdr->eth803_hdr.h_dest) in mwifiex_process_rx_packet()
121 - sizeof(rx_pkt_hdr->eth803_hdr.h_source) in mwifiex_process_rx_packet()
124 memcpy(eth->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_process_rx_packet()
126 memcpy(eth->h_dest, rx_pkt_hdr->eth803_hdr.h_dest, in mwifiex_process_rx_packet()
134 hdr_chop = (u8 *) &rx_pkt_hdr->eth803_hdr - in mwifiex_process_rx_packet()
150 ntohs(rx_pkt_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) { in mwifiex_process_rx_packet()
230 !ether_addr_equal_unaligned(priv->curr_addr, rx_pkt_hdr->eth803_hdr.h_dest)) { in mwifiex_process_sta_rx_packet()
238 memcpy(ta, rx_pkt_hdr->eth803_hdr.h_source, ETH_ALEN); in mwifiex_process_sta_rx_packet()
Duap_txrx.c135 ((u8 *)(&rx_pkt_hdr->eth803_hdr) in mwifiex_uap_queue_bridged_pkt()
136 + sizeof(rx_pkt_hdr->eth803_hdr) in mwifiex_uap_queue_bridged_pkt()
138 - sizeof(rx_pkt_hdr->eth803_hdr.h_dest) in mwifiex_uap_queue_bridged_pkt()
139 - sizeof(rx_pkt_hdr->eth803_hdr.h_source) in mwifiex_uap_queue_bridged_pkt()
141 memcpy(p_ethhdr->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_uap_queue_bridged_pkt()
143 memcpy(p_ethhdr->h_dest, rx_pkt_hdr->eth803_hdr.h_dest, in mwifiex_uap_queue_bridged_pkt()
151 hdr_chop = (u8 *)&rx_pkt_hdr->eth803_hdr - (u8 *)uap_rx_pd; in mwifiex_uap_queue_bridged_pkt()
188 src_node = mwifiex_get_sta_entry(priv, rx_pkt_hdr->eth803_hdr.h_source); in mwifiex_uap_queue_bridged_pkt()
197 if (is_unicast_ether_addr(rx_pkt_hdr->eth803_hdr.h_dest)) { in mwifiex_uap_queue_bridged_pkt()
249 memcpy(ra, rx_pkt_hdr->eth803_hdr.h_dest, ETH_ALEN); in mwifiex_handle_uap_rx_forward()
[all …]
D11n_aggr.c69 memcpy(&tx_header->eth803_hdr, skb_src->data, dt_offset); in mwifiex_11n_form_amsdu_pkt()
81 tx_header->eth803_hdr.h_proto = htons(skb_src->len + LLC_SNAP_LEN); in mwifiex_11n_form_amsdu_pkt()
Dfw.h37 struct ethhdr eth803_hdr; member
42 struct ethhdr eth803_hdr; member