Searched refs:E1000_RDT (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_rx.c | 259 E1000_WRITE_REG(hw, E1000_RDT(0), in e1000g_rx_setup() 854 E1000_WRITE_REG(hw, E1000_RDT(0), in e1000g_receive() 897 E1000_WRITE_REG(hw, E1000_RDT(0), in e1000g_receive()
|
H A D | e1000g_debug.c | 296 {"RDH(0)", E1000_RDH(0)}, {"RDT(0)", E1000_RDT(0)}, in mac_dump() 300 {"RDH(1)", E1000_RDH(1)}, {"RDT(1)", E1000_RDT(1)}, in mac_dump()
|
H A D | e1000g_main.c | 6669 E1000_WRITE_REG(&Adapter->shared, E1000_RDT(0), 0); in e1000g_quiesce()
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82542.c | 475 case E1000_RDT(0): in e1000_translate_register_82542() 490 case E1000_RDT(1): in e1000_translate_register_82542()
|
H A D | e1000_regs.h | 248 #define E1000_RDT(_n) ((_n) < 4 ? (0x02818 + ((_n) * 0x100)) : \ macro
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_rx.c | 452 E1000_WRITE_REG(&igb->hw, E1000_RDT(rx_ring->index), rx_tail); in igb_rx()
|
H A D | igb_main.c | 2314 E1000_WRITE_REG(hw, E1000_RDT(i), rx_data->ring_size - 1); in igb_setup_rx()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_e82545.c | 1726 case E1000_RDT(0): in e82545_write_register() 1942 case E1000_RDT(0): in e82545_read_register()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 598 #define E1000_RDT 0x02818 /* RX Descriptor Tail - RW */ macro
|