HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_start_hw_generic (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_common.h 58 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw);
ixgbe_82598.c 268 ret_val = ixgbe_start_hw_generic(hw);
ixgbe_x540.c 327 ret_val = ixgbe_start_hw_generic(hw);
ixgbe_82599.c 2148 ret_val = ixgbe_start_hw_generic(hw);
ixgbe_common.c 104 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 in typeref:typename:s32
402 DEBUGFUNC("ixgbe_start_hw_generic");

Completed in 20 milliseconds