Searched refs:RX_FIFO_THRESH (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/smsc/ |
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()
|
/linux-5.19.10/drivers/net/ethernet/realtek/ |
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) |
|
D | 8139cp.c | 124 #define RX_FIFO_THRESH 5 /* Rx buffer level before first PCI xfer. */ macro 293 (RX_FIFO_THRESH << RxCfgFIFOShift) |
|
D | r8169_main.c | 205 #define RX_FIFO_THRESH (7 << RXCFG_FIFO_SHIFT) macro 2264 RTL_W32(tp, RxConfig, RX_FIFO_THRESH | RX_DMA_BURST); in rtl_init_rxcfg()
|
/linux-5.19.10/drivers/net/ethernet/silan/ |
D | sc92031.c | 72 #define RX_FIFO_THRESH 7 /* Rx buffer level before first PCI xfer. */ macro
|