Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.h37 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw);
Dixgbe_x540.c183 ret_val = ixgbe_start_hw_generic(hw); in ixgbe_start_hw_X540()
Dixgbe_82598.c210 ret_val = ixgbe_start_hw_generic(hw); in ixgbe_start_hw_82598()
Dixgbe_82599.c1729 ret_val = ixgbe_start_hw_generic(hw); in ixgbe_start_hw_82599()
Dixgbe_common.c75 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw) in ixgbe_start_hw_generic() function