Searched refs:txtoflush (Results 1 – 2 of 2) sorted by relevance
185 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()
130 u32 txtoflush; member