Home
last modified time | relevance | path

Searched refs:init_led_link_act (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c118 mac->ops.init_led_link_act = ixgbe_init_led_link_act_generic; in ixgbe_init_ops_generic()
514 if (hw->mac.ops.init_led_link_act) in ixgbe_init_hw_generic()
515 hw->mac.ops.init_led_link_act(hw); in ixgbe_init_hw_generic()
H A Dixgbe_type.h3948 s32 (*init_led_link_act)(struct ixgbe_hw *); member
H A Dixgbe_x550.c871 mac->ops.init_led_link_act = NULL; in ixgbe_init_ops_X550EM_x()