Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/dec/tulip/
Dwinbond-840.c315 unsigned int tx_q_bytes; member
831 np->tx_q_bytes = np->dirty_tx = np->cur_tx = 0; in init_rxtx_rings()
945 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes); in tx_timeout()
1040 np->tx_q_bytes += skb->len; in start_tx()
1044 ((np->drv_flags & HasBrokenTx) && np->tx_q_bytes > TX_BUG_FIFO_LIMIT)) { in start_tx()
1094 np->tx_q_bytes -= np->tx_skbuff[entry]->len; in netdev_tx_done()
1100 np->tx_q_bytes < TX_BUG_FIFO_LIMIT) { in netdev_tx_done()