Home
last modified time | relevance | path

Searched refs:ethertype (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_tx_classify.c66 (htt->info.ethertype == ETHERTYPE_IPV4)) { in ol_tx_classify_htt2_frm()
173 tx_msdu_info->htt.info.ethertype = in ol_tx_set_ether_type()
174 (llc->ethertype[0] << 8) | llc->ethertype[1]; in ol_tx_set_ether_type()
208 typeorlength = (llc_hdr->ethertype[0] << 8) | in ol_tx_set_ether_type()
209 llc_hdr->ethertype[1]; in ol_tx_set_ether_type()
215 tx_msdu_info->htt.info.ethertype = typeorlength; in ol_tx_set_ether_type()
229 typeorlength = tx_msdu_info->htt.info.ethertype; in ol_tx_tid_by_ether_type()
315 tx_msdu_info->htt.info.ethertype = in ol_tx_tid()
316 (llc->ethertype[0] << 8) | llc->ethertype[1]; in ol_tx_tid()
526 if (tx_msdu_info->htt.info.ethertype == ETHERTYPE_WAI) { in ol_tx_classify()
[all …]
Dol_txrx_encap.c230 (eth_hdr->ethertype[0] << 8) | (eth_hdr->ethertype[1]); in ol_tx_encap_from_8023()
241 llc_hdr->ethertype[0] = eth_hdr->ethertype[0]; in ol_tx_encap_from_8023()
242 llc_hdr->ethertype[1] = eth_hdr->ethertype[1]; in ol_tx_encap_from_8023()
361 ether_type = (llc_hdr->ethertype[0] << 8) | llc_hdr->ethertype[1]; in ol_rx_decap_to_8023()
420 ethr_hdr->ethertype[0] = (ether_type >> 8) & 0xff; in ol_rx_decap_to_8023()
421 ethr_hdr->ethertype[1] = (ether_type) & 0xff; in ol_rx_decap_to_8023()
424 qdf_nbuf_len(msdu) - sizeof(ethr_hdr->ethertype); in ol_rx_decap_to_8023()
428 ethr_hdr->ethertype[0] = (ether_type >> 8) & 0xff; in ol_rx_decap_to_8023()
429 ethr_hdr->ethertype[1] = (ether_type) & 0xff; in ol_rx_decap_to_8023()
Dol_tx_send.c1652 uint16_t ethertype; in ol_tx_delay_tid_from_l3_hdr() local
1676 ethertype = in ol_tx_delay_tid_from_l3_hdr()
1677 (enet_hdr->ethertype[0] << 8) | enet_hdr->ethertype[1]; in ol_tx_delay_tid_from_l3_hdr()
1678 if (!IS_ETHERTYPE(ethertype)) { in ol_tx_delay_tid_from_l3_hdr()
1684 ethertype = in ol_tx_delay_tid_from_l3_hdr()
1685 (llc_hdr->ethertype[0] << 8) | llc_hdr-> in ol_tx_delay_tid_from_l3_hdr()
1686 ethertype[1]; in ol_tx_delay_tid_from_l3_hdr()
1695 ethertype = in ol_tx_delay_tid_from_l3_hdr()
1696 (llc_hdr->ethertype[0] << 8) | llc_hdr->ethertype[1]; in ol_tx_delay_tid_from_l3_hdr()
1699 if (ETHERTYPE_IPV4 == ethertype) { in ol_tx_delay_tid_from_l3_hdr()
[all …]
Dol_txrx_internal.h409 ethtype = (enet_hdr->ethertype[0] << 8) | in ol_txrx_frms_dump()
410 enet_hdr->ethertype[1]; in ol_txrx_frms_dump()
411 if (!IS_ETHERTYPE(ethertype)) { in ol_txrx_frms_dump()
418 ethtype = (llc_hdr->ethertype[0] << 8) | in ol_txrx_frms_dump()
419 llc_hdr->ethertype[1]; in ol_txrx_frms_dump()
429 ethtype = (llc_hdr->ethertype[0] << 8) | in ol_txrx_frms_dump()
430 llc_hdr->ethertype[1]; in ol_txrx_frms_dump()
Dol_rx.c889 uint16_t ethertype; in ol_rx_inspect() local
900 ethertype = (data[offset] << 8) | data[offset + 1]; in ol_rx_inspect()
901 if (ethertype == ETHERTYPE_IPV4) { in ol_rx_inspect()
1894 uint16_t ethertype; in ol_ath_add_vow_extstats() local
1905 ethertype = (data[offset] << 8) | data[offset + 1]; in ol_ath_add_vow_extstats()
1906 if (ethertype == ETHERTYPE_IPV4) { in ol_ath_add_vow_extstats()
Dol_txrx_legacy_flow_control.c354 ethertype[0] << 8) | in ol_tx_ll_queue()
356 qdf_nbuf_data(msdu_list))->ethertype[1]); in ol_tx_ll_queue()
Dol_rx_defrag.c1387 qdf_mem_copy(eth_hdr->ethertype, llchdr.ethertype, in ol_rx_defrag_nwifi_to_8023()
1388 sizeof(llchdr.ethertype)); in ol_rx_defrag_nwifi_to_8023()
Dol_tx_hl.c631 if (tx_msdu_info.htt.info.ethertype !=
633 tx_msdu_info.htt.info.ethertype
Dol_tx_queue.c297 if (!ETHERTYPE_IS_EAPOL_WAPI(tx_msdu_info->htt.info.ethertype)) in ol_tx_enqueue()
Dol_txrx.c2630 (tx_msdu_info->htt.info.ethertype == ETHERTYPE_PAE || in ol_tx_filter_non_auth()
2631 tx_msdu_info->htt.info.ethertype == in ol_tx_filter_non_auth()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_data_txrx.c426 ether_type = (eth_hdr->ethertype[0] << 8) | in pkt_capture_rx_convert8023to80211()
427 (eth_hdr->ethertype[1]); in pkt_capture_rx_convert8023to80211()
439 llc_hdr->ethertype[0] = eth_hdr->ethertype[0]; in pkt_capture_rx_convert8023to80211()
440 llc_hdr->ethertype[1] = eth_hdr->ethertype[1]; in pkt_capture_rx_convert8023to80211()
518 ether_type = (eth_hdr->ethertype[0] << 8) | in pkt_capture_rx_convert8023to80211()
519 (eth_hdr->ethertype[1]); in pkt_capture_rx_convert8023to80211()
531 llc_hdr->ethertype[0] = eth_hdr->ethertype[0]; in pkt_capture_rx_convert8023to80211()
532 llc_hdr->ethertype[1] = eth_hdr->ethertype[1]; in pkt_capture_rx_convert8023to80211()
1229 ether_type = (eth_hdr->ethertype[0] << 8) | in pkt_capture_tx_data_cb()
1230 (eth_hdr->ethertype[1]); in pkt_capture_tx_data_cb()
[all …]
/wlan-driver/fw-api/fw/
Denet.h44 A_UINT8 ethertype[ETHERNET_TYPE_LEN]; member
60 A_UINT8 ethertype[2]; member
65 (offsetof(struct llc_snap_hdr_t, ethertype[0]))
74 A_UINT8 ethertype[2]; member
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
Dol_htt_tx_api.h209 uint16_t ethertype; member
287 " ethertype: %#x\n", msdu_info->info.ethertype); in htt_msdu_info_dump()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_data.c2162 ether_type = (llc_hdr->ethertype[0] << 8) | llc_hdr->ethertype[1]; in wma_decap_to_8023()
2217 ethr_hdr->ethertype[0] = (ether_type >> 8) & 0xff; in wma_decap_to_8023()
2218 ethr_hdr->ethertype[1] = (ether_type) & 0xff; in wma_decap_to_8023()
2221 qdf_nbuf_len(msdu) - sizeof(ethr_hdr->ethertype); in wma_decap_to_8023()
2224 ethr_hdr->ethertype[0] = (ether_type >> 8) & 0xff; in wma_decap_to_8023()
2225 ethr_hdr->ethertype[1] = (ether_type) & 0xff; in wma_decap_to_8023()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rx_defrag.c1041 qdf_mem_copy(ether_type, llchdr->ethertype, 2); in dp_rx_defrag_nwifi_to_8023()
1101 qdf_mem_copy(eth_hdr->ethertype, ether_type, in dp_rx_defrag_nwifi_to_8023()