Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/via/
Dvia-rhine.c481 u8 tx_thresh, rx_thresh; member
748 if (rp->tx_thresh < 0xe0) { in rhine_kick_tx_threshold()
751 rp->tx_thresh += 0x20; in rhine_kick_tx_threshold()
752 BYTE_REG_BITS_SET(rp->tx_thresh, 0x80, ioaddr + TxConfig); in rhine_kick_tx_threshold()
768 "Tx threshold now %02x\n", rp->tx_thresh); in rhine_tx_err()
778 "Tx threshold now %02x\n", rp->tx_thresh); in rhine_tx_err()
1579 rp->tx_thresh = 0x20; in init_registers()
2436 iowrite8(rp->tx_thresh | 0x02, ioaddr + TxConfig); in rhine_close()