* ixgbe_disable_tx_laser - Disable Tx laser * @hw: pointer to hardware structure * * If the driver needs to disable the laser on SFI optics. **/
| 646 | * If the driver needs to disable the laser on SFI optics. |
| 647 | **/ |
| 648 | void ixgbe_disable_tx_laser(struct ixgbe_hw *hw) |
| 649 | { |
| 650 | if (hw->mac.ops.disable_tx_laser) |
| 651 | hw->mac.ops.disable_tx_laser(hw); |
| 652 | } |
| 653 | |
| 654 | /** |
| 655 | * ixgbe_enable_tx_laser - Enable Tx laser |
no outgoing calls
no test coverage detected