Searched refs:eth803_hdr (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/drivers/net/wireless/marvell/libertas/ |
| D | rx.c | 37 struct eth803hdr eth803_hdr; member 96 lbs_deb_hex(LBS_DEB_RX, "RX Data: Dest", p_rx_pkt->eth803_hdr.dest_addr, in lbs_process_rxed_packet() 97 sizeof(p_rx_pkt->eth803_hdr.dest_addr)); in lbs_process_rxed_packet() 98 lbs_deb_hex(LBS_DEB_RX, "RX Data: Src", p_rx_pkt->eth803_hdr.src_addr, in lbs_process_rxed_packet() 99 sizeof(p_rx_pkt->eth803_hdr.src_addr)); in lbs_process_rxed_packet() 114 ((u8 *) &p_rx_pkt->eth803_hdr in lbs_process_rxed_packet() 115 + sizeof(p_rx_pkt->eth803_hdr) + sizeof(p_rx_pkt->rfc1042_hdr) in lbs_process_rxed_packet() 116 - sizeof(p_rx_pkt->eth803_hdr.dest_addr) in lbs_process_rxed_packet() 117 - sizeof(p_rx_pkt->eth803_hdr.src_addr) in lbs_process_rxed_packet() 120 memcpy(p_ethhdr->h_source, p_rx_pkt->eth803_hdr.src_addr, in lbs_process_rxed_packet() [all …]
|
| /Linux-v6.1/drivers/net/wireless/marvell/mwifiex/ |
| D | sta_rx.c | 105 ((u8 *) &rx_pkt_hdr->eth803_hdr in mwifiex_process_rx_packet() 106 + sizeof(rx_pkt_hdr->eth803_hdr) + in mwifiex_process_rx_packet() 108 - sizeof(rx_pkt_hdr->eth803_hdr.h_dest) in mwifiex_process_rx_packet() 109 - sizeof(rx_pkt_hdr->eth803_hdr.h_source) in mwifiex_process_rx_packet() 112 memcpy(eth->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_process_rx_packet() 114 memcpy(eth->h_dest, rx_pkt_hdr->eth803_hdr.h_dest, in mwifiex_process_rx_packet() 122 hdr_chop = (u8 *) &rx_pkt_hdr->eth803_hdr - in mwifiex_process_rx_packet() 138 ntohs(rx_pkt_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) { in mwifiex_process_rx_packet() 144 if (likely(!is_multicast_ether_addr(rx_pkt_hdr->eth803_hdr.h_dest))) { in mwifiex_process_rx_packet() 221 !ether_addr_equal_unaligned(priv->curr_addr, rx_pkt_hdr->eth803_hdr.h_dest)) { in mwifiex_process_sta_rx_packet() [all …]
|
| D | uap_txrx.c | 123 ((u8 *)(&rx_pkt_hdr->eth803_hdr) in mwifiex_uap_queue_bridged_pkt() 124 + sizeof(rx_pkt_hdr->eth803_hdr) in mwifiex_uap_queue_bridged_pkt() 126 - sizeof(rx_pkt_hdr->eth803_hdr.h_dest) in mwifiex_uap_queue_bridged_pkt() 127 - sizeof(rx_pkt_hdr->eth803_hdr.h_source) in mwifiex_uap_queue_bridged_pkt() 129 memcpy(p_ethhdr->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_uap_queue_bridged_pkt() 131 memcpy(p_ethhdr->h_dest, rx_pkt_hdr->eth803_hdr.h_dest, in mwifiex_uap_queue_bridged_pkt() 139 hdr_chop = (u8 *)&rx_pkt_hdr->eth803_hdr - (u8 *)uap_rx_pd; in mwifiex_uap_queue_bridged_pkt() 176 src_node = mwifiex_get_sta_entry(priv, rx_pkt_hdr->eth803_hdr.h_source); in mwifiex_uap_queue_bridged_pkt() 185 if (is_unicast_ether_addr(rx_pkt_hdr->eth803_hdr.h_dest)) { in mwifiex_uap_queue_bridged_pkt() 242 memcpy(ra, rx_pkt_hdr->eth803_hdr.h_dest, ETH_ALEN); in mwifiex_handle_uap_rx_forward() [all …]
|
| D | 11n_aggr.c | 57 memcpy(&tx_header->eth803_hdr, skb_src->data, dt_offset); in mwifiex_11n_form_amsdu_pkt() 69 tx_header->eth803_hdr.h_proto = htons(skb_src->len + LLC_SNAP_LEN); in mwifiex_11n_form_amsdu_pkt()
|
| D | 11n_rxreorder.c | 44 ntohs(rx_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) { in mwifiex_11n_dispatch_amsdu_pkt()
|
| D | fw.h | 25 struct ethhdr eth803_hdr; member 30 struct ethhdr eth803_hdr; member
|