Searched refs:ixgbe_start_hw_generic (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.h57 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw);
H A Dixgbe_x540.c304 ret_val = ixgbe_start_hw_generic(hw);
H A Dixgbe_82598.c262 ret_val = ixgbe_start_hw_generic(hw);
H A Dixgbe_82599.c2101 ret_val = ixgbe_start_hw_generic(hw);
H A Dixgbe_common.c98 mac->ops.start_hw = ixgbe_start_hw_generic;
368 * ixgbe_start_hw_generic - Prepare hardware for Tx/Rx
376 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw) function
381 DEBUGFUNC("ixgbe_start_hw_generic");

Completed in 61 milliseconds