Home
last modified time | relevance | path

Searched refs:l2_hdr_type (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/ !
H A Dol_tx_classify.c63 if ((htt->info.l2_hdr_type == htt_pkt_type_ethernet) && in ol_tx_classify_htt2_frm()
154 if (tx_msdu_info->htt.info.l2_hdr_type == htt_pkt_type_raw) { in ol_tx_set_ether_type()
190 } else if (tx_msdu_info->htt.info.l2_hdr_type == in ol_tx_set_ether_type()
291 tx_msdu_info->htt.info.l2_hdr_type = htt_pkt_type_raw; in ol_tx_tid()
299 tx_msdu_info->htt.info.l2_hdr_type = htt_pkt_type_ethernet; in ol_tx_tid()
310 tx_msdu_info->htt.info.l2_hdr_type = htt_pkt_type_native_wifi; in ol_tx_tid()
809 if (msdu_info->htt.info.l2_hdr_type == htt_pkt_type_ethernet) { in ol_tx_classify_extension()
H A Dol_tx_ll_legacy.c62 msdu_info.htt.info.l2_hdr_type = vdev->pdev->htt_pkt_type; in ol_tx_ll()
162 msdu_info.htt.info.l2_hdr_type = vdev->pdev->htt_pkt_type; in ol_tx_ll()
H A Dol_tx.c231 tx_msdu_info.htt.info.l2_hdr_type = htt_pkt_type_native_wifi; in ol_txrx_mgmt_send_ext()
234 tx_msdu_info.htt.info.l2_hdr_type = htt_pkt_type_mgmt; in ol_txrx_mgmt_send_ext()
H A Dol_tx_ll_fastpath.c320 msdu_info.htt.info.l2_hdr_type = vdev->pdev->htt_pkt_type; in ol_tx_ll_fast()
503 msdu_info.htt.info.l2_hdr_type = vdev->pdev->htt_pkt_type; in ol_tx_ll_fast()
H A Dol_tx_ll.c70 msdu_info.htt.info.l2_hdr_type = vdev->pdev->htt_pkt_type; in ol_tx_reinject()
132 msdu_info.htt.info.l2_hdr_type = vdev->pdev->htt_pkt_type; in ol_tx_non_std_ll()
H A Dol_tx_hl.c555 tx_msdu_info.htt.info.l2_hdr_type = pdev->htt_pkt_type;
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ !
H A Dol_htt_tx_api.h229 uint8_t l2_hdr_type; /* enum htt_pkt_type */ member
295 " l2_hdr_type: %d\n", msdu_info->info.l2_hdr_type); in htt_msdu_info_dump()
/wlan-driver/qcacld-3.0/core/dp/htt/ !
H A Dhtt_tx.c1727 pkt_type = msdu_info->info.l2_hdr_type; in htt_tx_desc_init()
1852 (msdu_info->info.l2_hdr_type != htt_pkt_type_mgmt))) { in htt_tx_desc_init()