Searched refs:TxThresh (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | rtl8139.c | 142 TxThresh = 0xEC, /* Early Tx threshold */ enumerator 474 uint8_t TxThresh; member 2719 case TxThresh: in rtl8139_io_writeb() 2721 s->TxThresh = val; in rtl8139_io_writeb() 2961 case TxThresh: in rtl8139_io_readb() 2962 ret = s->TxThresh; in rtl8139_io_readb() 3217 VMSTATE_UINT8(TxThresh, RTL8139State),
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | epic100.c | 200 PRxCDAR=0x84, RxSTAT=0xA4, EarlyRx=0xB0, PTxCDAR=0xC4, TxThresh=0xDC, enumerator 699 ew32(TxThresh, ep->tx_threshold); in epic_open() 810 ew32(TxThresh, ep->tx_threshold); in epic_restart() 1118 ew32(TxThresh, ep->tx_threshold += 128); in epic_interrupt()
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 167 TxThresh = 0xEC, /* Early Tx threshold */ enumerator 1041 cpw8(TxThresh, 0x06); /* XXX convert magic num to a constant */ in cp_init_hw()
|