Home
last modified time | relevance | path

Searched refs:is_tso (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_tx_ll_legacy.c88 if (msdu_info.tso_info.is_tso) { in ol_tx_ll()
143 if (msdu_info.tso_info.is_tso) { in ol_tx_ll()
164 msdu_info.tso_info.is_tso = 0; in ol_tx_ll()
Dol_tx_ll_fastpath.c163 if (msdu_info->tso_info.is_tso) { in ol_tx_prepare_ll_fast()
227 if (msdu_info->tso_info.is_tso) { in ol_tx_prepare_ll_fast()
346 if (msdu_info.tso_info.is_tso) { in ol_tx_ll_fast()
468 if (msdu_info.tso_info.is_tso) { in ol_tx_ll_fast()
505 msdu_info.tso_info.is_tso = 0; in ol_tx_ll_fast()
Dol_tx_ll.c74 msdu_info.tso_info.is_tso = 0; in ol_tx_reinject()
147 msdu_info.tso_info.is_tso = 0; in ol_tx_non_std_ll()
451 msdu_info->tso_info.is_tso = 0; in ol_tx_prepare_tso()
Dol_tx.c190 tx_msdu_info.tso_info.is_tso = 0; in ol_txrx_mgmt_send_ext()
Dol_tx_desc.c738 if (msdu_info->tso_info.is_tso) { in ol_tx_desc_ll()
785 if (msdu_info->tso_info.is_tso) { in ol_tx_desc_ll()
Dol_tx_hl.c484 tx_msdu_info.tso_info.is_tso = 0;
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_types.h1572 uint8_t is_tso; member
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_tx.c1771 if (tso_info->is_tso) { in htt_tx_desc_init()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_nbuf.c4302 tso_info->is_tso = 1; in __qdf_nbuf_get_tso_info()