* ixgbe_set_phy_power - Control the phy power state * @hw: pointer to hardware structure * @on: true for on, false for off */
| 617 | * @on: true for on, false for off |
| 618 | */ |
| 619 | s32 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 |
no outgoing calls
no test coverage detected