Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Drtl8139.c76 #define RX_DMA_BURST 4 /* Maximum PCI burst, '4' is 256 bytes */ macro
295 (RX_DMA_BURST << 8);
330 outl((RX_FIFO_THRESH<<13) | (RX_BUF_LEN_IDX<<11) | (RX_DMA_BURST<<8), in rtl_reset()
H A Dsis900.h114 #define RX_DMA_BURST 0 macro
H A Dr8169.c107 #define RX_DMA_BURST 6 /* Maximum PCI burst, '6' is 1024 */ macro
325 (RX_FIFO_THRESH << RxCfgFIFOShift) | (RX_DMA_BURST << RxCfgDMAShift);
H A Dvia-rhine.c39 #define RX_DMA_BURST 4 /* Maximum PCI burst, '4' is 256 bytes */ macro