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

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.h58 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw);
H A Dixgbe_82598.c263 ret_val = ixgbe_start_hw_generic(hw);
H A Dixgbe_x540.c322 ret_val = ixgbe_start_hw_generic(hw);
H A Dixgbe_82599.c2128 ret_val = ixgbe_start_hw_generic(hw);
H A Dixgbe_common.c99 mac->ops.start_hw = ixgbe_start_hw_generic;
388 * ixgbe_start_hw_generic - Prepare hardware for Tx/Rx
396 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw) function
402 DEBUGFUNC("ixgbe_start_hw_generic");

Completed in 184 milliseconds