Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/realtek/
D8139too.c202 #define RX_DMA_BURST 7 /* Maximum PCI burst, '6' is 1024 */ macro
695 (RX_DMA_BURST << RxCfgDMAShift);
700 (RX_DMA_BURST << RxCfgDMAShift);
705 (RX_DMA_BURST << RxCfgDMAShift);
710 (RX_DMA_BURST << RxCfgDMAShift);
Dr8169_main.c209 #define RX_DMA_BURST (7 << RXCFG_DMA_SHIFT) macro
2264 RTL_W32(tp, RxConfig, RX_FIFO_THRESH | RX_DMA_BURST); in rtl_init_rxcfg()
2269 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST); in rtl_init_rxcfg()
2272 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST | RX_EARLY_OFF); in rtl_init_rxcfg()
2275 RTL_W32(tp, RxConfig, RX_FETCH_DFLT_8125 | RX_DMA_BURST); in rtl_init_rxcfg()
2278 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_DMA_BURST); in rtl_init_rxcfg()
D8139cp.c125 #define RX_DMA_BURST 4 /* Maximum PCI burst, '4' is 256 */ macro
294 (RX_DMA_BURST << RxCfgDMAShift);