Home
last modified time | relevance | path

Searched refs:rx_pkt_hdr (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A Dsta_rx.c75 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_process_rx_packet() local
87 rx_pkt_hdr = (void *)local_rx_pd + rx_pkt_off; in mwifiex_process_rx_packet()
105 ((u8 *) &rx_pkt_hdr->eth803_hdr in mwifiex_process_rx_packet()
106 + sizeof(rx_pkt_hdr->eth803_hdr) + in mwifiex_process_rx_packet()
107 sizeof(rx_pkt_hdr->rfc1042_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()
110 - sizeof(rx_pkt_hdr->rfc1042_hdr.snap_type)); in mwifiex_process_rx_packet()
122 hdr_chop = (u8 *) &rx_pkt_hdr->eth803_hdr - in mwifiex_process_rx_packet()
184 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_process_sta_rx_packet() local
[all …]
A Duap_txrx.c86 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_uap_queue_bridged_pkt() local
108 (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, in mwifiex_uap_queue_bridged_pkt()
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()
125 + sizeof(rx_pkt_hdr->rfc1042_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()
128 - sizeof(rx_pkt_hdr->rfc1042_hdr.snap_type)); in mwifiex_uap_queue_bridged_pkt()
227 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_handle_uap_rx_forward() local
242 memcpy(ra, rx_pkt_hdr->eth803_hdr.h_dest, ETH_ALEN); in mwifiex_handle_uap_rx_forward()
[all …]
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/
A Drx_desc.h1408 u8 rx_pkt_hdr[HAL_RX_BE_PKT_HDR_TLV_LEN]; member
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Ddp_rx.c256 u8 *rx_pkt_hdr; in ath11k_dp_rxdesc_get_80211hdr() local
258 rx_pkt_hdr = ab->hw_params.hw_ops->rx_desc_get_msdu_payload(rx_desc); in ath11k_dp_rxdesc_get_80211hdr()
260 return rx_pkt_hdr; in ath11k_dp_rxdesc_get_80211hdr()

Completed in 25 milliseconds