Home
last modified time | relevance | path

Searched defs:E1000_RXDCTL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_regs.h250 #define E1000_RXDCTL(_n) ((_n) < 4 ? (0x02828 + ((_n) * 0x100)) : \ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h600 #define E1000_RXDCTL 0x02828 /* RX Descriptor Control - RW */ macro