Searched refs:E1000_TDBAL (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 305 {"TDFPC", E1000_TDFPC}, {"TDBAL(0)", E1000_TDBAL(0)}, in mac_dump() 310 {"TDBAL(1)", E1000_TDBAL(1)}, {"TDBAH(1)", E1000_TDBAH(1)}, in mac_dump()
|
H A D | e1000g_tx.c | 966 E1000_WRITE_REG(hw, E1000_TDBAL(0), buf_low); in e1000g_tx_setup()
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82542.c | 502 case E1000_TDBAL(0): in e1000_translate_register_82542()
|
H A D | e1000_regs.h | 254 #define E1000_TDBAL(_n) ((_n) < 4 ? (0x03800 + ((_n) * 0x100)) : \ macro
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_e82545.c | 1758 case E1000_TDBAL(0): in e82545_write_register() 1972 case E1000_TDBAL(0): in e82545_read_register()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 609 #define E1000_TDBAL 0x03800 /* TX Descriptor Base Address Low - RW */ macro
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 2352 E1000_WRITE_REG(hw, E1000_TDBAL(tx_ring->index), buf_low); in igb_setup_tx_ring()
|