Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif.c183 hif->txtosend = 0; in pfe_hif_init_buffers()
498 hif->txtosend, hif->txtoclean, hif->txavail, in client_ack_txpacket()
571 desc = hif->tx_base + hif->txtosend; in hif_xmit_pkt()
572 desc_sw = &hif->tx_sw_queue[hif->txtosend]; in hif_xmit_pkt()
581 hif->txtosend = (hif->txtosend + 1) & (hif->tx_ring_size - 1); in hif_xmit_pkt()
610 while (hif->txtoflush != hif->txtosend) in hif_xmit_pkt()
H A Dpfe_hif.h127 u32 txtosend; member