Home
last modified time | relevance | path

Searched refs:E1000_RDT (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c259 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 De1000g_debug.c296 {"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 De1000g_main.c6669 E1000_WRITE_REG(&Adapter->shared, E1000_RDT(0), 0); in e1000g_quiesce()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82542.c475 case E1000_RDT(0): in e1000_translate_register_82542()
490 case E1000_RDT(1): in e1000_translate_register_82542()
H A De1000_regs.h248 #define E1000_RDT(_n) ((_n) < 4 ? (0x02818 + ((_n) * 0x100)) : \ macro
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_rx.c452 E1000_WRITE_REG(&igb->hw, E1000_RDT(rx_ring->index), rx_tail); in igb_rx()
H A Digb_main.c2314 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 Dpci_e82545.c1726 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 De1000_hw.h598 #define E1000_RDT 0x02818 /* RX Descriptor Tail - RW */ macro