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;
161 s32 status = hw->mac.ops.start_hw(hw);
H A Dixgbe_x540.c95 mac->ops.start_hw = ixgbe_start_hw_X540;
294 * Starts the hardware using the generic start_hw function
295 * and the generation start_hw function.
H A Dixgbe_82598.c134 mac->ops.start_hw = ixgbe_start_hw_82598;
250 * Starts the hardware using the generic start_hw function.
H A Dixgbe_api.c265 return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw),
H A Dixgbe_82599.c348 mac->ops.start_hw = ixgbe_start_hw_82599;
2091 * Starts the hardware using the generic start_hw function
2092 * and the generation start_hw function.
H A Dixgbe_common.c98 mac->ops.start_hw = ixgbe_start_hw_generic;
472 status = hw->mac.ops.start_hw(hw);
H A Dixgbe_type.h3657 s32 (*start_hw)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations

Completed in 116 milliseconds