* ixgbe_enable_tx_laser - Enable Tx laser * @hw: pointer to hardware structure * * If the driver needs to enable the laser on SFI optics. **/
| 658 | * If the driver needs to enable the laser on SFI optics. |
| 659 | **/ |
| 660 | void ixgbe_enable_tx_laser(struct ixgbe_hw *hw) |
| 661 | { |
| 662 | if (hw->mac.ops.enable_tx_laser) |
| 663 | hw->mac.ops.enable_tx_laser(hw); |
| 664 | } |
| 665 | |
| 666 | /** |
| 667 | * ixgbe_flap_tx_laser - flap Tx laser to start autotry process |
no outgoing calls
no test coverage detected