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

  /src/sys/dev/pci/ixgbe/
ixgbe_vf.c 68 hw->mac.ops.start_hw = ixgbe_start_hw_vf;
174 s32 status = hw->mac.ops.start_hw(hw);
ixgbe_82598.c 140 mac->ops.start_hw = ixgbe_start_hw_82598;
256 * Starts the hardware using the generic start_hw function.
ixgbe_api.c 268 return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw),
ixgbe_x540.c 101 mac->ops.start_hw = ixgbe_start_hw_X540;
317 * Starts the hardware using the generic start_hw function
318 * and the generation start_hw function.
ixgbe_82599.c 356 mac->ops.start_hw = ixgbe_start_hw_82599;
2138 * Starts the hardware using the generic start_hw function
2139 * and the generation start_hw function.
ixgbe_common.c 104 mac->ops.start_hw = ixgbe_start_hw_generic;
510 status = hw->mac.ops.start_hw(hw);
ixgbe_type.h 4023 s32 (*start_hw)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations
ixv.c 747 hw->mac.ops.start_hw(hw);

Completed in 33 milliseconds