Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/
H A Drx.c37 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A 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()
156 if (likely(!is_multicast_ether_addr(rx_pkt_hdr->eth803_hdr.h_dest))) { in mwifiex_process_rx_packet()
233 !ether_addr_equal_unaligned(priv->curr_addr, rx_pkt_hdr->eth803_hdr.h_dest)) { in mwifiex_process_sta_rx_packet()
[all …]
H A 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()
254 memcpy(ra, rx_pkt_hdr->eth803_hdr.h_dest, ETH_ALEN); in mwifiex_handle_uap_rx_forward()
[all …]
H A 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()
H A Dfw.h37 struct ethhdr eth803_hdr; member
42 struct ethhdr eth803_hdr; member
H A D11n_rxreorder.c56 ntohs(rx_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) { in mwifiex_11n_dispatch_amsdu_pkt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_sta_rx.c325 dbg_type = *(t_u8 *)&prx_pkt->eth803_hdr; in wlan_process_rx_packet()
329 (char *)((t_u8 *)&prx_pkt->eth803_hdr + in wlan_process_rx_packet()
342 HEXDUMP("RX Data: Dest", prx_pkt->eth803_hdr.dest_addr, in wlan_process_rx_packet()
343 sizeof(prx_pkt->eth803_hdr.dest_addr)); in wlan_process_rx_packet()
344 HEXDUMP("RX Data: Src", prx_pkt->eth803_hdr.src_addr, in wlan_process_rx_packet()
345 sizeof(prx_pkt->eth803_hdr.src_addr)); in wlan_process_rx_packet()
364 ((t_u8 *)&prx_pkt->eth803_hdr in wlan_process_rx_packet()
365 + sizeof(prx_pkt->eth803_hdr) + in wlan_process_rx_packet()
367 - sizeof(prx_pkt->eth803_hdr.dest_addr) in wlan_process_rx_packet()
368 - sizeof(prx_pkt->eth803_hdr.src_addr) in wlan_process_rx_packet()
[all …]
H A Dmlan_uap_txrx.c395 (!memcmp(pmadapter, &prx_pkt->eth803_hdr.h803_len, in wlan_ops_uap_process_rx_packet()
409 memcpy(pmadapter, ta, prx_pkt->eth803_hdr.src_addr, in wlan_ops_uap_process_rx_packet()
465 MAC2STR(prx_pkt->eth803_hdr.dest_addr)); in wlan_uap_recv_packet()
472 if (prx_pkt->eth803_hdr.dest_addr[0] & 0x01) { in wlan_uap_recv_packet()
522 (priv, prx_pkt->eth803_hdr.dest_addr))) { in wlan_uap_recv_packet()
569 prx_pkt->eth803_hdr. in wlan_uap_recv_packet()
573 MAC2STR(prx_pkt->eth803_hdr.dest_addr)); in wlan_uap_recv_packet()
620 MAC2STR(prx_pkt->eth803_hdr.dest_addr)); in wlan_process_uap_rx_packet()
633 if (prx_pkt->eth803_hdr.dest_addr[0] & 0x01) { in wlan_process_uap_rx_packet()
684 (priv, prx_pkt->eth803_hdr.dest_addr))) { in wlan_process_uap_rx_packet()
[all …]
H A Dmlan_fw.h67 Eth803Hdr_t eth803_hdr;
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sta_rx.c133 if (memcmp(pmadapter, proto_ARP_type, &prx_pkt->eth803_hdr.h803_len, in discard_gratuitous_ARP_msg()
148 if (memcmp(pmadapter, proto_ARP_type_v6, &prx_pkt->eth803_hdr.h803_len, in discard_gratuitous_ARP_msg()
517 dbg_type = *(t_u8 *)&prx_pkt->eth803_hdr; in wlan_process_rx_packet()
521 (char *)((t_u8 *)&prx_pkt->eth803_hdr + in wlan_process_rx_packet()
534 HEXDUMP("RX Data: Dest", prx_pkt->eth803_hdr.dest_addr, in wlan_process_rx_packet()
535 sizeof(prx_pkt->eth803_hdr.dest_addr)); in wlan_process_rx_packet()
536 HEXDUMP("RX Data: Src", prx_pkt->eth803_hdr.src_addr, in wlan_process_rx_packet()
537 sizeof(prx_pkt->eth803_hdr.src_addr)); in wlan_process_rx_packet()
556 (EthII_Hdr_t *)((t_u8 *)&prx_pkt->eth803_hdr + in wlan_process_rx_packet()
557 sizeof(prx_pkt->eth803_hdr) + in wlan_process_rx_packet()
[all …]
H A Dmlan_uap_txrx.c438 sta_ptr = wlan_get_station_entry(priv, prx_pkt->eth803_hdr.src_addr); in wlan_ops_uap_process_rx_packet()
455 (!memcmp(pmadapter, &prx_pkt->eth803_hdr.h803_len, eapol_type, in wlan_ops_uap_process_rx_packet()
468 memcpy_ext(pmadapter, ta, prx_pkt->eth803_hdr.src_addr, in wlan_ops_uap_process_rx_packet()
525 MAC2STR(prx_pkt->eth803_hdr.dest_addr)); in wlan_uap_recv_packet()
531 if (prx_pkt->eth803_hdr.dest_addr[0] & 0x01) { in wlan_uap_recv_packet()
580 prx_pkt->eth803_hdr.dest_addr))) { in wlan_uap_recv_packet()
626 priv, prx_pkt->eth803_hdr.dest_addr)) { in wlan_uap_recv_packet()
629 MAC2STR(prx_pkt->eth803_hdr.dest_addr)); in wlan_uap_recv_packet()
675 MAC2STR(prx_pkt->eth803_hdr.dest_addr)); in wlan_process_uap_rx_packet()
687 if (prx_pkt->eth803_hdr.dest_addr[0] & 0x01) { in wlan_process_uap_rx_packet()
[all …]
H A Dmlan_11n_aggr.c284 if (pmbuf->pdesc && !memcmp(pmadapter, prx_pkt->eth803_hdr.dest_addr, in wlan_11n_deaggregate_pkt()
H A Dmlan_fw.h81 Eth803Hdr_t eth803_hdr;