Home
last modified time | relevance | path

Searched refs:snap_type (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dsta_rx.c104 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()
121 - sizeof(rx_pkt_hdr->rfc1042_hdr.snap_type)); in mwifiex_process_rx_packet()
Duap_txrx.c120 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()
138 - sizeof(rx_pkt_hdr->rfc1042_hdr.snap_type)); in mwifiex_uap_queue_bridged_pkt()
D11n_aggr.c60 snap.snap_type = ((struct ethhdr *)skb_src->data)->h_proto; in mwifiex_11n_form_amsdu_pkt()
Dfw.h21 __be16 snap_type; member
/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Dwow.h21 __be16 snap_type; member
Ddp_rx.h42 __be16 snap_type; member
Dwow.c190 memcpy(&new_rfc_pattern->snap_type, in ath11k_wow_convert_8023_to_80211()
193 memcpy(&new_rfc_mask->snap_type, in ath11k_wow_convert_8023_to_80211()
/linux-6.12.1/drivers/net/wireless/marvell/libertas/
Drx.c33 u16 snap_type; member
118 - sizeof(p_rx_pkt->rfc1042_hdr.snap_type)); in lbs_process_rxed_packet()
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dmac.h28 __be16 snap_type; member
Dwow.c120 memcpy(&new_rfc_pattern->snap_type, in ath10k_wow_convert_8023_to_80211()
123 memcpy(&new_rfc_mask->snap_type, in ath10k_wow_convert_8023_to_80211()
Dmac.c3831 type = rfc1042->snap_type; in ath10k_tx_h_8023()
/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Ddp_rx.h65 __be16 snap_type; member
Ddp_rx.c2120 rfc.snap_type = eth->h_proto; in ath12k_dp_rx_h_undecap_eth()