Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_common.h37 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw);
Dixgbe_x540.c664 .start_hw = &ixgbe_start_hw_generic,
Dixgbe_82598.c206 ret_val = ixgbe_start_hw_generic(hw); in ixgbe_start_hw_82598()
Dixgbe_82599.c1752 ret_val = ixgbe_start_hw_generic(hw); in ixgbe_start_hw_82599()
Dixgbe_common.c67 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw) in ixgbe_start_hw_generic() function