Home
last modified time | relevance | path

Searched refs:msdu_stats_idx (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_ll.c492 uint32_t msdu_stats_idx = 0; in ol_tx_tso_get_stats_idx() local
495 msdu_stats_idx = pdev->stats.pub.tx.tso.tso_info.tso_msdu_idx; in ol_tx_tso_get_stats_idx()
501 TXRX_STATS_TSO_RESET_MSDU(pdev, msdu_stats_idx); in ol_tx_tso_get_stats_idx()
503 return msdu_stats_idx; in ol_tx_tso_get_stats_idx()
H A Dol_tx_ll_fastpath.c232 msdu_info->tso_info.msdu_stats_idx, in ol_tx_prepare_ll_fast()
349 msdu_info.tso_info.msdu_stats_idx = tso_msdu_stats_idx; in ol_tx_ll_fast()
H A Dol_tx_ll_legacy.c91 msdu_info.tso_info.msdu_stats_idx = tso_msdu_stats_idx; in ol_tx_ll()
H A Dol_tx_desc.c789 msdu_info->tso_info.msdu_stats_idx, in ol_tx_desc_ll()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_types.h1577 uint32_t msdu_stats_idx; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.c772 tso_info->msdu_stats_idx = dp_tso_get_stats_idx(pdev); in dp_tx_prepare_tso()
773 dp_tso_packet_update(pdev, tso_info->msdu_stats_idx, in dp_tx_prepare_tso()
776 tso_info->msdu_stats_idx); in dp_tx_prepare_tso()