Searched refs:e1000_get_speed_and_duplex (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_api.h | 69 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex);
|
H A D | e1000_api.c | 685 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex) in e1000_get_speed_and_duplex() function
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 109 static void e1000_get_speed_and_duplex(struct e1000_hw *hw, uint16_t *speed, uint16_t *duplex); 2373 e1000_get_speed_and_duplex(hw, &speed, &duplex); 2598 e1000_get_speed_and_duplex(struct e1000_hw *hw, function
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 3208 (void) e1000_get_speed_and_duplex(hw, &speed, &duplex); in igb_link_check()
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 4398 (void) e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000g_link_check()
|