Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ixgbe/
Dixgbe_vf.c56 hw->mac.ops.start_hw = ixgbe_start_hw_vf; in ixgbe_init_ops_vf()
160 s32 status = hw->mac.ops.start_hw(hw); in ixgbe_init_hw_vf()
Dixgbe_x540.c96 mac->ops.start_hw = ixgbe_start_hw_X540; in ixgbe_init_ops_X540()
Dixgbe_82598.c135 mac->ops.start_hw = ixgbe_start_hw_82598; in ixgbe_init_ops_82598()
Dixgbe_api.c294 return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw), in ixgbe_start_hw()
Dif_ixv.c624 hw->mac.ops.start_hw(hw); in ixv_if_init()
Dixgbe_82599.c349 mac->ops.start_hw = ixgbe_start_hw_82599; in ixgbe_init_ops_82599()
Dixgbe_common.c99 mac->ops.start_hw = ixgbe_start_hw_generic; in ixgbe_init_ops_generic()
508 status = hw->mac.ops.start_hw(hw); in ixgbe_init_hw_generic()
Dixgbe_type.h3954 s32 (*start_hw)(struct ixgbe_hw *); member