Searched refs:cleanup_led (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_api.c701 if (hw->mac.ops.cleanup_led)
702 return hw->mac.ops.cleanup_led(hw);
H A De1000_82540.c238 mac->ops.cleanup_led = e1000_cleanup_led_generic;
H A De1000_80003es2lan.c269 mac->ops.cleanup_led = e1000_cleanup_led_generic;
H A De1000_82541.c270 mac->ops.cleanup_led = e1000_cleanup_led_82541;
H A De1000_hw.h669 s32 (*cleanup_led)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_82571.c360 mac->ops.cleanup_led = e1000_cleanup_led_generic;
H A De1000_mac.c64 mac->ops.cleanup_led = e1000_null_ops_generic;
H A De1000_ich8lan.c672 mac->ops.cleanup_led = e1000_cleanup_led_ich8lan;
693 mac->ops.cleanup_led = e1000_cleanup_led_pchlan;
H A De1000_82575.c460 mac->ops.cleanup_led = e1000_cleanup_led_generic;

Completed in 106 milliseconds