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

Function ixgbe_set_phy_power

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

* ixgbe_set_phy_power - Control the phy power state * @hw: pointer to hardware structure * @on: true for on, false for off */

Source from the content-addressed store, hash-verified

617 * @on: true for on, false for off
618 */
619s32 ixgbe_set_phy_power(struct ixgbe_hw *hw, bool on)
620{
621 return ixgbe_call_func(hw, hw->phy.ops.set_phy_power, (hw, on),
622 IXGBE_NOT_IMPLEMENTED);
623}
624
625/**
626 * ixgbe_check_link - Get link and speed status

Callers 4

ixgbe_dev_startFunction · 0.85
ixgbe_dev_stopFunction · 0.85
ixgbe_dev_set_link_upFunction · 0.85
ixgbe_dev_set_link_downFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected