Searched refs:rx_pkt_hdr (Results 1 – 4 of 4) sorted by relevance
75 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_process_rx_packet() local87 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 …]
86 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_uap_queue_bridged_pkt() local108 (!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() local242 memcpy(ra, rx_pkt_hdr->eth803_hdr.h_dest, ETH_ALEN); in mwifiex_handle_uap_rx_forward()[all …]
1408 u8 rx_pkt_hdr[HAL_RX_BE_PKT_HDR_TLV_LEN]; member
256 u8 *rx_pkt_hdr; in ath11k_dp_rxdesc_get_80211hdr() local258 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