Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c32 synchronize tx_q_bytes
305 unsigned int tx_q_bytes; member
821 np->tx_q_bytes = np->dirty_tx = np->cur_tx = 0; in init_rxtx_rings()
932 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes); in tx_timeout()
1027 np->tx_q_bytes += skb->len; in start_tx()
1031 ((np->drv_flags & HasBrokenTx) && np->tx_q_bytes > TX_BUG_FIFO_LIMIT)) { in start_tx()
1080 np->tx_q_bytes -= np->tx_skbuff[entry]->len; in netdev_tx_done()
1086 np->tx_q_bytes < TX_BUG_FIFO_LIMIT) { in netdev_tx_done()
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c32 synchronize tx_q_bytes
305 unsigned int tx_q_bytes; member
821 np->tx_q_bytes = np->dirty_tx = np->cur_tx = 0; in init_rxtx_rings()
932 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes); in tx_timeout()
1027 np->tx_q_bytes += skb->len; in start_tx()
1031 ((np->drv_flags & HasBrokenTx) && np->tx_q_bytes > TX_BUG_FIFO_LIMIT)) { in start_tx()
1080 np->tx_q_bytes -= np->tx_skbuff[entry]->len; in netdev_tx_done()
1086 np->tx_q_bytes < TX_BUG_FIFO_LIMIT) { in netdev_tx_done()

Completed in 6 milliseconds