Home
last modified time | relevance | path

Searched refs:start_hw (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c61 hw->mac.ops.start_hw = ixgbe_start_hw_vf; in ixgbe_init_ops_vf()
164 s32 status = hw->mac.ops.start_hw(hw); in ixgbe_init_hw_vf()
H A Dixgbe_x540.c96 mac->ops.start_hw = ixgbe_start_hw_X540; in ixgbe_init_ops_X540()
H A Dixgbe_82598.c135 mac->ops.start_hw = ixgbe_start_hw_82598; in ixgbe_init_ops_82598()
H A Dixgbe_api.c263 return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw), in ixgbe_start_hw()
H A Dixgbe_82599.c349 mac->ops.start_hw = ixgbe_start_hw_82599; in ixgbe_init_ops_82599()
H A Dixgbe_common.c99 mac->ops.start_hw = ixgbe_start_hw_generic; in ixgbe_init_ops_generic()
510 status = hw->mac.ops.start_hw(hw); in ixgbe_init_hw_generic()
H A Dixgbe_type.h3902 s32 (*start_hw)(struct ixgbe_hw *); member