Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsta_rx.c91 rx_pkt_hdr->rfc1042_hdr.snap_type != htons(ETH_P_AARP) && in nxpwifi_process_rx_packet()
92 rx_pkt_hdr->rfc1042_hdr.snap_type != htons(ETH_P_IPX)))) { in nxpwifi_process_rx_packet()
108 - sizeof(rx_pkt_hdr->rfc1042_hdr.snap_type)); in nxpwifi_process_rx_packet()
H A Duap_txrx.c112 rx_pkt_hdr->rfc1042_hdr.snap_type != htons(ETH_P_AARP) && in nxpwifi_uap_queue_bridged_pkt()
113 rx_pkt_hdr->rfc1042_hdr.snap_type != htons(ETH_P_IPX))) { in nxpwifi_uap_queue_bridged_pkt()
131 - sizeof(rx_pkt_hdr->rfc1042_hdr.snap_type)); in nxpwifi_uap_queue_bridged_pkt()
H A D11n_aggr.c43 snap.snap_type = ((struct ethhdr *)skb_src->data)->h_proto; in nxpwifi_11n_form_amsdu_pkt()
H A Dfw.h20 __be16 snap_type; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A 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()
H A 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()
H A Dfw.h21 __be16 snap_type; member
/linux/drivers/net/wireless/marvell/libertas/
H A Drx.c33 u16 snap_type; member
118 - sizeof(p_rx_pkt->rfc1042_hdr.snap_type)); in lbs_process_rxed_packet()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.h28 __be16 snap_type; member
H A Dmac.c3860 type = rfc1042->snap_type; in ath10k_tx_h_8023()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1124 rfc.snap_type = llc->snap_type; in ath12k_dp_rx_h_undecap_eth()
1127 rfc.snap_type = eth->h_proto; in ath12k_dp_rx_h_undecap_eth()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_rx.c1752 if (llc->snap_type != cpu_to_be16(ETH_P_PAE)) in ath12k_wifi7_dp_rx_h_unauth_wds_err()