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

/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c32 synchronize tx_q_bytes
315 unsigned int tx_q_bytes; member in struct:netdev_private
834 np->tx_q_bytes = np->dirty_tx = np->cur_tx = 0; init_rxtx_rings()
948 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes); tx_timeout()
1043 np->tx_q_bytes += skb->len; start_tx()
1047 ((np->drv_flags & HasBrokenTx) && np->tx_q_bytes > TX_BUG_FIFO_LIMIT)) { start_tx()
1097 np->tx_q_bytes -= np->tx_skbuff[entry]->len; netdev_tx_done()
1103 np->tx_q_bytes < TX_BUG_FIFO_LIMIT) { netdev_tx_done()

Completed in 41 milliseconds