Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/via/
Dvia-rhine.c481 u8 tx_thresh, rx_thresh; member
747 if (rp->tx_thresh < 0xe0) { in rhine_kick_tx_threshold()
750 rp->tx_thresh += 0x20; in rhine_kick_tx_threshold()
751 BYTE_REG_BITS_SET(rp->tx_thresh, 0x80, ioaddr + TxConfig); in rhine_kick_tx_threshold()
767 "Tx threshold now %02x\n", rp->tx_thresh); in rhine_tx_err()
777 "Tx threshold now %02x\n", rp->tx_thresh); in rhine_tx_err()
1574 rp->tx_thresh = 0x20; in init_registers()
2429 iowrite8(rp->tx_thresh | 0x02, ioaddr + TxConfig); in rhine_close()