Home
last modified time | relevance | path

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

/dpdk/drivers/net/pfe/
H A Dpfe_hif.c510 unsigned int ttc, tx_avl; in __hif_tx_done_process() local
514 ttc = hif->txtoclean; in __hif_tx_done_process()
518 desc = hif->tx_base + ttc; in __hif_tx_done_process()
523 desc_sw = &hif->tx_sw_queue[ttc]; in __hif_tx_done_process()
532 ttc = (ttc + 1) & (hif->tx_ring_size - 1); in __hif_tx_done_process()
542 hif->txtoclean = ttc; in __hif_tx_done_process()