Home
last modified time | relevance | path

Searched refs:rx_pkt_hdr (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c87 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_process_rx_packet() local
99 rx_pkt_hdr = (void *)local_rx_pd + rx_pkt_off; in mwifiex_process_rx_packet()
101 if (sizeof(rx_pkt_hdr->eth803_hdr) + sizeof(rfc1042_header) + in mwifiex_process_rx_packet()
111 if (sizeof(*rx_pkt_hdr) + rx_pkt_off <= skb->len && in mwifiex_process_rx_packet()
112 ((!memcmp(&rx_pkt_hdr->rfc1042_hdr, bridge_tunnel_header, in mwifiex_process_rx_packet()
114 (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, in mwifiex_process_rx_packet()
116 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP && in mwifiex_process_rx_packet()
117 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX))) { in mwifiex_process_rx_packet()
128 ((u8 *) &rx_pkt_hdr->eth803_hdr in mwifiex_process_rx_packet()
129 + sizeof(rx_pkt_hdr in mwifiex_process_rx_packet()
207 struct rx_packet_hdr *rx_pkt_hdr; mwifiex_process_sta_rx_packet() local
[all...]
H A Duap_txrx.c98 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_uap_queue_bridged_pkt() local
107 rx_pkt_hdr = (void *)uap_rx_pd + le16_to_cpu(uap_rx_pd->rx_pkt_offset); in mwifiex_uap_queue_bridged_pkt()
118 if (sizeof(*rx_pkt_hdr) + in mwifiex_uap_queue_bridged_pkt()
128 if ((!memcmp(&rx_pkt_hdr->rfc1042_hdr, bridge_tunnel_header, in mwifiex_uap_queue_bridged_pkt()
130 (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, in mwifiex_uap_queue_bridged_pkt()
132 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP && in mwifiex_uap_queue_bridged_pkt()
133 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX)) { in mwifiex_uap_queue_bridged_pkt()
145 ((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()
147 + sizeof(rx_pkt_hdr in mwifiex_uap_queue_bridged_pkt()
249 struct rx_packet_hdr *rx_pkt_hdr; mwifiex_handle_uap_rx_forward() local
391 struct rx_packet_hdr *rx_pkt_hdr; mwifiex_process_uap_rx_packet() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H 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()
89 if (sizeof(rx_pkt_hdr->eth803_hdr) + sizeof(rfc1042_header) + in mwifiex_process_rx_packet()
99 if (sizeof(*rx_pkt_hdr) + rx_pkt_off <= skb->len && in mwifiex_process_rx_packet()
100 ((!memcmp(&rx_pkt_hdr->rfc1042_hdr, bridge_tunnel_header, in mwifiex_process_rx_packet()
102 (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, in mwifiex_process_rx_packet()
104 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP && in mwifiex_process_rx_packet()
105 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX))) { in mwifiex_process_rx_packet()
116 ((u8 *) &rx_pkt_hdr->eth803_hdr in mwifiex_process_rx_packet()
117 + sizeof(rx_pkt_hdr in mwifiex_process_rx_packet()
195 struct rx_packet_hdr *rx_pkt_hdr; mwifiex_process_sta_rx_packet() local
[all...]
H A Duap_txrx.c86 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_uap_queue_bridged_pkt() local
95 rx_pkt_hdr = (void *)uap_rx_pd + le16_to_cpu(uap_rx_pd->rx_pkt_offset); in mwifiex_uap_queue_bridged_pkt()
106 if (sizeof(*rx_pkt_hdr) + in mwifiex_uap_queue_bridged_pkt()
116 if ((!memcmp(&rx_pkt_hdr->rfc1042_hdr, bridge_tunnel_header, in mwifiex_uap_queue_bridged_pkt()
118 (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, in mwifiex_uap_queue_bridged_pkt()
120 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP && in mwifiex_uap_queue_bridged_pkt()
121 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX)) { in mwifiex_uap_queue_bridged_pkt()
133 ((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()
135 + sizeof(rx_pkt_hdr in mwifiex_uap_queue_bridged_pkt()
237 struct rx_packet_hdr *rx_pkt_hdr; mwifiex_handle_uap_rx_forward() local
379 struct rx_packet_hdr *rx_pkt_hdr; mwifiex_process_uap_rx_packet() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Drx_desc.h1408 u8 rx_pkt_hdr[HAL_RX_BE_PKT_HDR_TLV_LEN]; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c243 u8 *rx_pkt_hdr; in ath11k_dp_rxdesc_get_80211hdr() local
245 rx_pkt_hdr = &rx_desc->msdu_payload[0]; in ath11k_dp_rxdesc_get_80211hdr()
247 return rx_pkt_hdr; in ath11k_dp_rxdesc_get_80211hdr()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H 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 18 milliseconds