Home
last modified time | relevance | path

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

/drivers/net/ethernet/apple/
A Dmace.c56 int tx_fill; member
424 for (i = mp->tx_empty; i != mp->tx_fill; ) { in mace_clean_rings()
487 mp->tx_fill = 0; in mace_open()
542 fill = mp->tx_fill; in mace_xmit_start()
570 mp->tx_fill = next; in mace_xmit_start()
755 if (i == mp->tx_fill) { in mace_interrupt()
789 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) { in mace_interrupt()
798 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE); in mace_interrupt()
846 } else if (i != mp->tx_fill) { in mace_tx_timeout()
854 if (i != mp->tx_fill) { in mace_tx_timeout()
A Dbmac.c72 int tx_fill; member
586 bp->tx_fill = 0; in bmac_init_tx_ring()
643 i = bp->tx_fill + 1; in bmac_transmit_packet()
655 bmac_construct_xmt(skb, &bp->tx_cmds[bp->tx_fill]); in bmac_transmit_packet()
657 bp->tx_bufs[bp->tx_fill] = skb; in bmac_transmit_packet()
658 bp->tx_fill = i; in bmac_transmit_packet()
783 if (bp->tx_empty == bp->tx_fill) in bmac_txdma_intr()
1389 i = bp->tx_fill + 1; in bmac_start()
1452 bp->tx_empty, bp->tx_fill, bp->tx_fullup)); in bmac_tx_timeout()
1455 if (i != bp->tx_fill) { in bmac_tx_timeout()
[all …]

Completed in 10 milliseconds