Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/via/
Dvia-rhine.c483 u8 tx_thresh, rx_thresh; member
750 if (rp->tx_thresh < 0xe0) { in rhine_kick_tx_threshold()
753 rp->tx_thresh += 0x20; in rhine_kick_tx_threshold()
754 BYTE_REG_BITS_SET(rp->tx_thresh, 0x80, ioaddr + TxConfig); in rhine_kick_tx_threshold()
770 "Tx threshold now %02x\n", rp->tx_thresh); in rhine_tx_err()
780 "Tx threshold now %02x\n", rp->tx_thresh); in rhine_tx_err()
1540 rp->tx_thresh = 0x20; in init_registers()
2360 iowrite8(rp->tx_thresh | 0x02, ioaddr + TxConfig); in rhine_close()