Home
last modified time | relevance | path

Searched refs:orig_l2_hdr_bytes (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_encap.h102 if (__tx_desc->orig_l2_hdr_bytes != 0) \
104 __tx_desc->orig_l2_hdr_bytes); \
H A Dol_txrx_encap.c105 tx_desc->orig_l2_hdr_bytes = hdsize; in ol_tx_encap_from_native_wifi()
110 if (tx_desc->orig_l2_hdr_bytes) { in ol_tx_encap_from_native_wifi()
126 tx_desc->orig_l2_hdr_bytes = hdsize; in ol_tx_encap_from_native_wifi()
257 tx_desc->orig_l2_hdr_bytes = hdsize; in ol_tx_encap_from_8023()
H A Dol_tx_desc.c863 tx_desc->orig_l2_hdr_bytes = 0; in ol_tx_desc_hl()
H A Dol_txrx_types.h207 uint8_t orig_l2_hdr_bytes; member