Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dsta_rx.c105 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP && in mwifiex_process_rx_packet()
106 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX)) { in mwifiex_process_rx_packet()
122 - sizeof(rx_pkt_hdr->rfc1042_hdr.snap_type)); in mwifiex_process_rx_packet()
Duap_txrx.c122 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP && in mwifiex_uap_queue_bridged_pkt()
123 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX)) { in mwifiex_uap_queue_bridged_pkt()
140 - sizeof(rx_pkt_hdr->rfc1042_hdr.snap_type)); in mwifiex_uap_queue_bridged_pkt()
D11n_aggr.c72 snap.snap_type = ((struct ethhdr *)skb_src->data)->h_proto; in mwifiex_11n_form_amsdu_pkt()
Dfw.h33 __be16 snap_type; member
/drivers/net/wireless/libertas/
Drx.c32 u16 snap_type; member
122 - sizeof(p_rx_pkt->rfc1042_hdr.snap_type)); in lbs_process_rxed_packet()
/drivers/net/wireless/ath/ath10k/
Dmac.h39 __be16 snap_type; member
Dmac.c3289 type = rfc1042->snap_type; in ath10k_tx_h_8023()