Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h12 int ixgbe_start_hw_generic(struct ixgbe_hw *hw);
H A Dixgbe_x540.c180 ret_val = ixgbe_start_hw_generic(hw); in ixgbe_start_hw_X540()
H A Dixgbe_82598.c156 ret_val = ixgbe_start_hw_generic(hw); in ixgbe_start_hw_82598()
H A Dixgbe_82599.c1794 ret_val = ixgbe_start_hw_generic(hw); in ixgbe_start_hw_82599()
H A Dixgbe_e610.c1480 err = ixgbe_start_hw_generic(hw); in ixgbe_start_hw_e610()
H A Dixgbe_common.c273 int ixgbe_start_hw_generic(struct ixgbe_hw *hw) in ixgbe_start_hw_generic() function