Searched refs:rx_pkt_hdr (Results 1 – 3 of 3) sorted by relevance
87 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_process_rx_packet() local99 rx_pkt_hdr = (void *)local_rx_pd + rx_pkt_off; in mwifiex_process_rx_packet()117 ((u8 *) &rx_pkt_hdr->eth803_hdr in mwifiex_process_rx_packet()118 + sizeof(rx_pkt_hdr->eth803_hdr) + in mwifiex_process_rx_packet()119 sizeof(rx_pkt_hdr->rfc1042_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()122 - sizeof(rx_pkt_hdr->rfc1042_hdr.snap_type)); in mwifiex_process_rx_packet()134 hdr_chop = (u8 *) &rx_pkt_hdr->eth803_hdr - in mwifiex_process_rx_packet()196 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_process_sta_rx_packet() local[all …]
98 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_uap_queue_bridged_pkt() local120 (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, in mwifiex_uap_queue_bridged_pkt()135 ((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()137 + sizeof(rx_pkt_hdr->rfc1042_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()140 - sizeof(rx_pkt_hdr->rfc1042_hdr.snap_type)); in mwifiex_uap_queue_bridged_pkt()239 struct rx_packet_hdr *rx_pkt_hdr; in mwifiex_handle_uap_rx_forward() local254 memcpy(ra, rx_pkt_hdr->eth803_hdr.h_dest, ETH_ALEN); in mwifiex_handle_uap_rx_forward()[all …]
245 u8 *rx_pkt_hdr; in ath11k_dp_rxdesc_get_80211hdr() local247 rx_pkt_hdr = ab->hw_params.hw_ops->rx_desc_get_msdu_payload(rx_desc); in ath11k_dp_rxdesc_get_80211hdr()249 return rx_pkt_hdr; in ath11k_dp_rxdesc_get_80211hdr()
Completed in 18 milliseconds