Searched refs:E1000_RDLEN (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82542.c | 469 case E1000_RDLEN(0): in e1000_translate_register_82542() 484 case E1000_RDLEN(1): in e1000_translate_register_82542()
|
H A D | e1000_regs.h | 239 #define E1000_RDLEN(_n) ((_n) < 4 ? (0x02808 + ((_n) * 0x100)) : \ macro
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 295 {"RDBAH(0)", E1000_RDBAH(0)}, {"RDLEN(0)", E1000_RDLEN(0)}, in mac_dump() 299 {"RDBAH(1)", E1000_RDBAH(1)}, {"RDLEN(1)", E1000_RDLEN(1)}, in mac_dump()
|
H A D | e1000g_rx.c | 245 E1000_WRITE_REG(hw, E1000_RDLEN(0), size); in e1000g_rx_setup() 246 size = E1000_READ_REG(hw, E1000_RDLEN(0)); in e1000g_rx_setup()
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 596 #define E1000_RDLEN 0x02808 /* RX Descriptor Length - RW */ macro
|
/titanic_50/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 2131 E1000_WRITE_REG(hw, E1000_RDLEN(rx_ring->index), size); in igb_setup_rx_ring()
|