Home
last modified time | relevance | path

Searched refs:E1000_TDBAH (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c306 {"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 De1000g_tx.c965 E1000_WRITE_REG(hw, E1000_TDBAH(0), buf_high); in e1000g_tx_setup()
/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_82542.c505 case E1000_TDBAH(0): in e1000_translate_register_82542()
H A De1000_regs.h256 #define E1000_TDBAH(_n) ((_n) < 4 ? (0x03804 + ((_n) * 0x100)) : \ macro
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h610 #define E1000_TDBAH 0x03804 /* TX Descriptor Base Address High - RW */ macro
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_main.c2308 E1000_WRITE_REG(hw, E1000_TDBAH(tx_ring->index), buf_high); in igb_setup_tx_ring()