Searched refs:E1000_RXCW (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_mac.c | 786 rxcw = E1000_READ_REG(hw, E1000_RXCW); in e1000_check_for_fiber_link_generic() 853 rxcw = E1000_READ_REG(hw, E1000_RXCW); in e1000_check_for_serdes_link_generic() 901 rxcw = E1000_READ_REG(hw, E1000_RXCW); in e1000_check_for_serdes_link_generic() 918 rxcw = E1000_READ_REG(hw, E1000_RXCW); in e1000_check_for_serdes_link_generic()
|
H A D | e1000_82571.c | 1664 E1000_READ_REG(hw, E1000_RXCW); in e1000_check_for_serdes_link_82571() 1667 rxcw = E1000_READ_REG(hw, E1000_RXCW); in e1000_check_for_serdes_link_82571() 1774 rxcw = E1000_READ_REG(hw, E1000_RXCW); in e1000_check_for_serdes_link_82571()
|
H A D | e1000_regs.h | 87 #define E1000_RXCW 0x00180 /* Rx Configuration Word - RO */ macro
|
H A D | e1000_82543.c | 1343 rxcw = E1000_READ_REG(hw, E1000_RXCW); in e1000_check_for_fiber_link_82543()
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 585 #define E1000_RXCW 0x00180 /* RX Configuration Word - RO */ macro 728 #define E1000_82542_RXCW E1000_RXCW
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 288 {"TXCW", E1000_TXCW}, {"RXCW", E1000_RXCW}, in mac_dump()
|