Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif.c185 hif->txtoflush = 0; in pfe_hif_init_buffers()
595 desc_sw = &hif->tx_sw_queue[hif->txtoflush]; in hif_xmit_pkt()
596 desc = hif->tx_base + hif->txtoflush; in hif_xmit_pkt()
608 hif->txtoflush = (hif->txtoflush + 1) & (hif->tx_ring_size - 1); in hif_xmit_pkt()
610 while (hif->txtoflush != hif->txtosend) in hif_xmit_pkt()
H A Dpfe_hif.h130 u32 txtoflush; member