Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif.c509 unsigned int ttc, tx_avl; in __hif_tx_done_process() local
514 tx_avl = hif->txavail; in __hif_tx_done_process()
516 while ((tx_avl < hif->tx_ring_size) && count--) { in __hif_tx_done_process()
532 tx_avl++; in __hif_tx_done_process()
542 hif->txavail = tx_avl; in __hif_tx_done_process()