Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c101 if (sizeof(rx_pkt_hdr->eth803_hdr) + sizeof(rfc1042_header) + in mwifiex_process_rx_packet()
128 ((u8 *) &rx_pkt_hdr->eth803_hdr in mwifiex_process_rx_packet()
129 + sizeof(rx_pkt_hdr->eth803_hdr) + in mwifiex_process_rx_packet()
131 - sizeof(rx_pkt_hdr->eth803_hdr.h_dest) in mwifiex_process_rx_packet()
132 - sizeof(rx_pkt_hdr->eth803_hdr.h_source) in mwifiex_process_rx_packet()
135 memcpy(eth->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_process_rx_packet()
137 memcpy(eth->h_dest, rx_pkt_hdr->eth803_hdr.h_dest, in mwifiex_process_rx_packet()
145 hdr_chop = (u8 *) &rx_pkt_hdr->eth803_hdr - in mwifiex_process_rx_packet()
161 ntohs(rx_pkt_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) { in mwifiex_process_rx_packet()
167 if (likely(!is_multicast_ether_addr(rx_pkt_hdr->eth803_hdr in mwifiex_process_rx_packet()
[all...]
H A Duap_txrx.c145 ((u8 *)(&rx_pkt_hdr->eth803_hdr) in mwifiex_uap_queue_bridged_pkt()
146 + sizeof(rx_pkt_hdr->eth803_hdr) in mwifiex_uap_queue_bridged_pkt()
148 - sizeof(rx_pkt_hdr->eth803_hdr.h_dest) in mwifiex_uap_queue_bridged_pkt()
149 - sizeof(rx_pkt_hdr->eth803_hdr.h_source) in mwifiex_uap_queue_bridged_pkt()
151 memcpy(p_ethhdr->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_uap_queue_bridged_pkt()
153 memcpy(p_ethhdr->h_dest, rx_pkt_hdr->eth803_hdr.h_dest, in mwifiex_uap_queue_bridged_pkt()
161 hdr_chop = (u8 *)&rx_pkt_hdr->eth803_hdr - (u8 *)uap_rx_pd; in mwifiex_uap_queue_bridged_pkt()
198 src_node = mwifiex_get_sta_entry(priv, rx_pkt_hdr->eth803_hdr.h_source); in mwifiex_uap_queue_bridged_pkt()
207 if (is_unicast_ether_addr(rx_pkt_hdr->eth803_hdr.h_dest)) { in mwifiex_uap_queue_bridged_pkt()
264 memcpy(ra, rx_pkt_hdr->eth803_hdr 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 D11n_rxreorder.c56 ntohs(rx_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) { in mwifiex_11n_dispatch_amsdu_pkt()
H A Dfw.h37 struct ethhdr eth803_hdr; member
42 struct ethhdr eth803_hdr; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c89 if (sizeof(rx_pkt_hdr->eth803_hdr) + sizeof(rfc1042_header) + in mwifiex_process_rx_packet()
116 ((u8 *) &rx_pkt_hdr->eth803_hdr in mwifiex_process_rx_packet()
117 + sizeof(rx_pkt_hdr->eth803_hdr) + in mwifiex_process_rx_packet()
119 - sizeof(rx_pkt_hdr->eth803_hdr.h_dest) in mwifiex_process_rx_packet()
120 - sizeof(rx_pkt_hdr->eth803_hdr.h_source) in mwifiex_process_rx_packet()
123 memcpy(eth->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_process_rx_packet()
125 memcpy(eth->h_dest, rx_pkt_hdr->eth803_hdr.h_dest, in mwifiex_process_rx_packet()
133 hdr_chop = (u8 *) &rx_pkt_hdr->eth803_hdr - in mwifiex_process_rx_packet()
149 ntohs(rx_pkt_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) { in mwifiex_process_rx_packet()
155 if (likely(!is_multicast_ether_addr(rx_pkt_hdr->eth803_hdr in mwifiex_process_rx_packet()
[all...]
H A Duap_txrx.c133 ((u8 *)(&rx_pkt_hdr->eth803_hdr) in mwifiex_uap_queue_bridged_pkt()
134 + sizeof(rx_pkt_hdr->eth803_hdr) in mwifiex_uap_queue_bridged_pkt()
136 - sizeof(rx_pkt_hdr->eth803_hdr.h_dest) in mwifiex_uap_queue_bridged_pkt()
137 - sizeof(rx_pkt_hdr->eth803_hdr.h_source) in mwifiex_uap_queue_bridged_pkt()
139 memcpy(p_ethhdr->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_uap_queue_bridged_pkt()
141 memcpy(p_ethhdr->h_dest, rx_pkt_hdr->eth803_hdr.h_dest, in mwifiex_uap_queue_bridged_pkt()
149 hdr_chop = (u8 *)&rx_pkt_hdr->eth803_hdr - (u8 *)uap_rx_pd; in mwifiex_uap_queue_bridged_pkt()
186 src_node = mwifiex_get_sta_entry(priv, rx_pkt_hdr->eth803_hdr.h_source); in mwifiex_uap_queue_bridged_pkt()
195 if (is_unicast_ether_addr(rx_pkt_hdr->eth803_hdr.h_dest)) { in mwifiex_uap_queue_bridged_pkt()
252 memcpy(ra, rx_pkt_hdr->eth803_hdr in mwifiex_handle_uap_rx_forward()
[all...]
H A D11n_aggr.c57 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()
H A D11n_rxreorder.c44 ntohs(rx_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) { in mwifiex_11n_dispatch_amsdu_pkt()
H A Dfw.h25 struct ethhdr eth803_hdr; member
30 struct ethhdr eth803_hdr; member
/kernel/linux/linux-5.10/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 in lbs_process_rxed_packet()
[all...]
/kernel/linux/linux-6.6/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 in lbs_process_rxed_packet()
[all...]

Completed in 19 milliseconds