MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ixgbe_reset_hw

Function ixgbe_reset_hw

dpdk/drivers/net/ixgbe/base/ixgbe_api.c:243–247  ·  view source on GitHub ↗

* ixgbe_reset_hw - Performs a hardware reset * @hw: pointer to hardware structure * * Resets the hardware by resetting the transmit and receive units, masks and * clears all interrupts, performs a PHY reset, and performs a MAC reset **/

Source from the content-addressed store, hash-verified

241 * clears all interrupts, performs a PHY reset, and performs a MAC reset
242 **/
243s32 ixgbe_reset_hw(struct ixgbe_hw *hw)
244{
245 return ixgbe_call_func(hw, hw->mac.ops.reset_hw, (hw),
246 IXGBE_NOT_IMPLEMENTED);
247}
248
249/**
250 * ixgbe_start_hw - Prepares hardware for Rx/Tx

Callers 2

ixgbe_pf_reset_hwFunction · 0.85
ixgbevf_dev_closeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected