Home
last modified time | relevance | path

Searched refs:txq_log (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_queue.c1188 if (!pdev->txq_log.wrapped) in ol_tx_queue_log_oldest_update()
1196 if (offset > pdev->txq_log.offset) { in ol_tx_queue_log_oldest_update()
1203 if (pdev->txq_log.oldest_record_offset == 0) in ol_tx_queue_log_oldest_update()
1206 oldest_record_offset = pdev->txq_log.oldest_record_offset; in ol_tx_queue_log_oldest_update()
1216 type = pdev->txq_log.data[oldest_record_offset]; in ol_tx_queue_log_oldest_update()
1222 &pdev->txq_log.data[oldest_record_offset], in ol_tx_queue_log_oldest_update()
1234 if (oldest_record_offset >= pdev->txq_log.size) in ol_tx_queue_log_oldest_update()
1237 pdev->txq_log.oldest_record_offset = oldest_record_offset; in ol_tx_queue_log_oldest_update()
1261 offset = pdev->txq_log.offset; in ol_tx_queue_log_alloc()
1264 if (pdev->txq_log.size - offset >= size + 1 + align_pad) in ol_tx_queue_log_alloc()
[all …]
H A Dol_tx_hl.c1854 pdev->txq_log.size = OL_TXQ_LOG_SIZE;
1855 pdev->txq_log.oldest_record_offset = 0;
1856 pdev->txq_log.offset = 0;
1857 pdev->txq_log.allow_wrap = 1;
1858 pdev->txq_log.wrapped = 0;
H A Dol_txrx_types.h968 } txq_log; member