Searched refs:RX_FIFO_THRESH (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | rtl8139.c | 86 #define RX_FIFO_THRESH 4 /* Rx buffer level before first PCI xfer. */ macro 330 (RX_FIFO_THRESH << 13) | 367 outl((RX_FIFO_THRESH<<13) | (RX_BUF_LEN_IDX<<11) | (RX_DMA_BURST<<8), in rtl_reset()
|
H A D | rtl8169.c | 78 #define RX_FIFO_THRESH 7 /* 7 means NO threshold, Rx buffer level before first PCI xfer. */ macro 338 (RX_FIFO_THRESH << RxCfgFIFOShift) | (RX_DMA_BURST << RxCfgDMAShift);
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | epic100.c | 68 #define RX_FIFO_THRESH 1 /* 0-3, 0==32, 64,96, or 3==128 bytes */ macro 684 ew32(GENCTL, 0x4432 | (RX_FIFO_THRESH << 8)); in epic_open() 686 ew32(GENCTL, 0x0432 | (RX_FIFO_THRESH << 8)); in epic_open() 688 ew32(GENCTL, 0x4412 | (RX_FIFO_THRESH << 8)); in epic_open() 690 ew32(GENCTL, 0x0412 | (RX_FIFO_THRESH << 8)); in epic_open() 798 ew32(GENCTL, 0x0432 | (RX_FIFO_THRESH << 8)); in epic_restart() 800 ew32(GENCTL, 0x0412 | (RX_FIFO_THRESH << 8)); in epic_restart()
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | 8139too.c | 201 #define RX_FIFO_THRESH 7 /* Rx buffer level before first PCI xfer. */ macro 694 (RX_FIFO_THRESH << RxCfgFIFOShift) | 699 (RX_FIFO_THRESH << RxCfgFIFOShift) | 704 (RX_FIFO_THRESH << RxCfgFIFOShift) | 709 (RX_FIFO_THRESH << RxCfgFIFOShift) |
|
H A D | 8139cp.c | 124 #define RX_FIFO_THRESH 5 /* Rx buffer level before first PCI xfer. */ macro 293 (RX_FIFO_THRESH << RxCfgFIFOShift) |
|
H A D | r8169_main.c | 197 #define RX_FIFO_THRESH (7 << RXCFG_FIFO_SHIFT) macro 2350 RTL_W32(tp, RxConfig, RX_FIFO_THRESH | RX_DMA_BURST); in rtl_init_rxcfg()
|
/openbmc/linux/drivers/net/ethernet/silan/ |
H A D | sc92031.c | 72 #define RX_FIFO_THRESH 7 /* Rx buffer level before first PCI xfer. */ macro
|