Searched refs:E1000_TDBAH (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 306 {"TDBAH(0)", E1000_TDBAH(0)}, {"TDLEN(0)", E1000_TDLEN(0)}, in mac_dump() 310 {"TDBAL(1)", E1000_TDBAL(1)}, {"TDBAH(1)", E1000_TDBAH(1)}, in mac_dump()
|
H A D | e1000g_tx.c | 965 E1000_WRITE_REG(hw, E1000_TDBAH(0), buf_high); in e1000g_tx_setup()
|
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82542.c | 505 case E1000_TDBAH(0): in e1000_translate_register_82542()
|
H A D | e1000_regs.h | 256 #define E1000_TDBAH(_n) ((_n) < 4 ? (0x03804 + ((_n) * 0x100)) : \ macro
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 610 #define E1000_TDBAH 0x03804 /* TX Descriptor Base Address High - RW */ macro
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 2308 E1000_WRITE_REG(hw, E1000_TDBAH(tx_ring->index), buf_high); in igb_setup_tx_ring()
|