Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_tx.c162 struct dp_tx_hw_desc_history *tx_hw_desc_history = in dp_tx_record_hw_desc_rh() local
163 &soc->tx_hw_desc_history; in dp_tx_record_hw_desc_rh()
168 if (!tx_hw_desc_history->allocated) in dp_tx_record_hw_desc_rh()
171 dp_get_frag_hist_next_atomic_idx(&tx_hw_desc_history->index, &idx, in dp_tx_record_hw_desc_rh()
177 evt = &tx_hw_desc_history->entry[slot][idx]; in dp_tx_record_hw_desc_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.h1510 struct dp_tx_hw_desc_history *tx_hw_desc_history = in dp_tx_hw_desc_update_evt() local
1511 &soc->tx_hw_desc_history; in dp_tx_hw_desc_update_evt()
1516 if (!tx_hw_desc_history->allocated) in dp_tx_hw_desc_update_evt()
1519 dp_get_frag_hist_next_atomic_idx(&tx_hw_desc_history->index, &idx, in dp_tx_hw_desc_update_evt()
1525 evt = &tx_hw_desc_history->entry[slot][idx]; in dp_tx_hw_desc_update_evt()
H A Ddp_types.h2980 struct dp_tx_hw_desc_history tx_hw_desc_history; member
H A Ddp_main.c3246 dp_soc_frag_history_attach(soc, &soc->tx_hw_desc_history, in dp_soc_tx_hw_desc_history_attach()
3255 dp_soc_frag_history_detach(soc, &soc->tx_hw_desc_history, in dp_soc_tx_hw_desc_history_detach()