Searched refs:E1000_RDBAL (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82542.c | 461 case E1000_RDBAL(0): in e1000_translate_register_82542() 476 case E1000_RDBAL(1): in e1000_translate_register_82542()
|
H A D | e1000_regs.h | 230 #define E1000_RDBAL(_n) ((_n) < 4 ? (0x02800 + ((_n) * 0x100)) : \ macro
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 294 {"PSRCTL", E1000_PSRCTL}, {"RDBAL(0)", E1000_RDBAL(0)}, in mac_dump() 298 {"RADV", E1000_RADV}, {"RDBAL(1)", E1000_RDBAL(1)}, in mac_dump()
|
H A D | e1000g_rx.c | 253 E1000_WRITE_REG(hw, E1000_RDBAL(0), buf_low); in e1000g_rx_setup()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 594 #define E1000_RDBAL 0x02800 /* RX Descriptor Base Address Low - RW */ macro
|
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 2120 E1000_WRITE_REG(hw, E1000_RDBAL(rx_ring->index), buf_low); in igb_setup_rx_ring()
|