Searched refs:e1000_cleanup_led_generic (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_mac.h56 s32 e1000_cleanup_led_generic(struct e1000_hw *hw);
H A Digb_mac.c1815 * e1000_cleanup_led_generic - Set LED config to default operation
1822 e1000_cleanup_led_generic(struct e1000_hw *hw) function
1826 DEBUGFUNC("e1000_cleanup_led_generic");
1828 if (hw->mac.ops.cleanup_led != e1000_cleanup_led_generic) {
H A Digb_82575.c335 mac->ops.cleanup_led = e1000_cleanup_led_generic;
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000_mac.h53 s32 e1000_cleanup_led_generic(struct e1000_hw *hw);
H A De1000_82540.c236 mac->ops.cleanup_led = e1000_cleanup_led_generic;
H A De1000_mac.c1923 * e1000_cleanup_led_generic - Set LED config to default operation
1930 e1000_cleanup_led_generic(struct e1000_hw *hw) function
1934 DEBUGFUNC("e1000_cleanup_led_generic");
1936 if (hw->mac.ops.cleanup_led != e1000_cleanup_led_generic) {
H A De1000_80003es2lan.c278 mac->ops.cleanup_led = e1000_cleanup_led_generic;
H A De1000_82571.c368 mac->ops.cleanup_led = e1000_cleanup_led_generic;

Completed in 245 milliseconds