Searched refs:e1000_get_speed_and_duplex (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h69 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex);
H A De1000_api.c680 * e1000_get_speed_and_duplex - Returns current speed and duplex
689 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex) function
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c109 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
2604 DEBUGFUNC("e1000_get_speed_and_duplex");
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3208 (void) e1000_get_speed_and_duplex(hw, &speed, &duplex);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c4246 (void) e1000_get_speed_and_duplex(hw, &speed, &duplex);

Completed in 90 milliseconds