Searched refs:ethertype (Results 1 – 15 of 15) sorted by relevance
66 (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 …]
230 (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()
1652 uint16_t ethertype; in ol_tx_delay_tid_from_l3_hdr() local1676 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 …]
409 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()
889 uint16_t ethertype; in ol_rx_inspect() local900 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() local1905 ethertype = (data[offset] << 8) | data[offset + 1]; in ol_ath_add_vow_extstats()1906 if (ethertype == ETHERTYPE_IPV4) { in ol_ath_add_vow_extstats()
354 ethertype[0] << 8) | in ol_tx_ll_queue()356 qdf_nbuf_data(msdu_list))->ethertype[1]); in ol_tx_ll_queue()
1387 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()
631 if (tx_msdu_info.htt.info.ethertype !=633 tx_msdu_info.htt.info.ethertype
297 if (!ETHERTYPE_IS_EAPOL_WAPI(tx_msdu_info->htt.info.ethertype)) in ol_tx_enqueue()
2630 (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()
426 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 …]
44 A_UINT8 ethertype[ETHERNET_TYPE_LEN]; member60 A_UINT8 ethertype[2]; member65 (offsetof(struct llc_snap_hdr_t, ethertype[0]))74 A_UINT8 ethertype[2]; member
209 uint16_t ethertype; member287 " ethertype: %#x\n", msdu_info->info.ethertype); in htt_msdu_info_dump()
2162 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()
1041 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()