Searched defs:e1000_get_speed_and_duplex (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
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");

Completed in 67 milliseconds