Home
last modified time | relevance | path

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.c762 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex) in e1000_get_speed_and_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
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3253 (void) e1000_get_speed_and_duplex(hw, &speed, &duplex); in igb_link_check()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c4440 (void) e1000_get_speed_and_duplex(hw, &speed, &duplex); in e1000g_link_check()