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

Function ixgbe_enable_tx_laser

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

* ixgbe_enable_tx_laser - Enable Tx laser * @hw: pointer to hardware structure * * If the driver needs to enable the laser on SFI optics. **/

Source from the content-addressed store, hash-verified

658 * If the driver needs to enable the laser on SFI optics.
659 **/
660void 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

Callers 2

ixgbe_dev_startFunction · 0.85
ixgbe_dev_set_link_upFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected