Home
last modified time | relevance | path

Searched refs:led_off (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.c856 if (hw->mac.ops.led_off) in e1000_led_off()
857 return hw->mac.ops.led_off(hw); in e1000_led_off()
H A De1000_82542.c143 mac->ops.led_off = e1000_led_off_82542; in e1000_init_mac_params_82542()
H A De1000_82540.c241 mac->ops.led_off = e1000_led_off_generic; in e1000_init_mac_params_82540()
H A De1000_hw.h779 s32 (*led_off)(struct e1000_hw *); member
H A De1000_82541.c268 mac->ops.led_off = e1000_led_off_generic; in e1000_init_mac_params_82541()
H A De1000_82543.c251 mac->ops.led_off = e1000_led_off_82543; in e1000_init_mac_params_82543()
H A De1000_80003es2lan.c262 mac->ops.led_off = e1000_led_off_generic; in e1000_init_mac_params_80003es2lan()
H A De1000_82571.c362 mac->ops.led_off = e1000_led_off_generic; in e1000_init_mac_params_82571()
H A De1000_mac.c68 mac->ops.led_off = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
H A De1000_ich8lan.c806 mac->ops.led_off = e1000_led_off_ich8lan; in e1000_init_mac_params_ich8lan()
838 mac->ops.led_off = e1000_led_off_pchlan; in e1000_init_mac_params_ich8lan()
H A De1000_82575.c509 mac->ops.led_off = e1000_led_off_generic; in e1000_init_mac_params_82575()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c996 if (igb->hw.mac.ops.led_off != NULL && in igb_m_getcapab()
997 igb->hw.mac.ops.led_off != e1000_null_ops_generic) { in igb_m_getcapab()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.c753 return ixgbe_call_func(hw, hw->mac.ops.led_off, (hw, index), in ixgbe_led_off()
H A Dixgbe_x550.c92 hw->mac.ops.led_off = NULL; in ixgbe_init_ops_X550()
97 hw->mac.ops.led_off = ixgbe_led_off_t_X550em; in ixgbe_init_ops_X550()
H A Dixgbe_type.h3945 s32 (*led_off)(struct ixgbe_hw *, u32); member
H A Dixgbe_common.c115 mac->ops.led_off = ixgbe_led_off_generic; in ixgbe_init_ops_generic()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3338 if (Adapter->shared.mac.ops.led_off != NULL && in e1000g_m_getcapab()
3339 Adapter->shared.mac.ops.led_off != in e1000g_m_getcapab()