Searched refs:tx_fill (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/apple/
H A Dmace.c56 int tx_fill; member in struct:mace_data
421 for (i = mp->tx_empty; i != mp->tx_fill; ) { mace_clean_rings()
484 mp->tx_fill = 0; mace_open()
541 fill = mp->tx_fill; mace_xmit_start()
569 mp->tx_fill = next; mace_xmit_start()
754 if (i == mp->tx_fill) { mace_interrupt()
788 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) { mace_interrupt()
797 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE); mace_interrupt()
845 } else if (i != mp->tx_fill) { mace_tx_timeout()
853 if (i != mp->tx_fill) { mace_tx_timeout()
H A Dbmac.c77 int tx_fill; member in struct:bmac_data
596 bp->tx_fill = 0; bmac_init_tx_ring()
652 /* bp->tx_empty, bp->tx_fill)); */ bmac_transmit_packet()
653 i = bp->tx_fill + 1; bmac_transmit_packet()
665 bmac_construct_xmt(skb, &bp->tx_cmds[bp->tx_fill]); bmac_transmit_packet()
667 bp->tx_bufs[bp->tx_fill] = skb; bmac_transmit_packet()
668 bp->tx_fill = i; bmac_transmit_packet()
793 if (bp->tx_empty == bp->tx_fill) bmac_txdma_intr()
1454 i = bp->tx_fill + 1; bmac_start()
1517 bp->tx_empty, bp->tx_fill, bp->tx_fullup)); bmac_tx_timeout()
1520 if (i != bp->tx_fill) { bmac_tx_timeout()
1528 if (i != bp->tx_fill) { bmac_tx_timeout()

Completed in 132 milliseconds