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

Function ixgbe_disable_tx_laser

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

* ixgbe_disable_tx_laser - Disable Tx laser * @hw: pointer to hardware structure * * If the driver needs to disable the laser on SFI optics. **/

Source from the content-addressed store, hash-verified

646 * If the driver needs to disable the laser on SFI optics.
647 **/
648void 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

Callers 2

ixgbe_dev_stopFunction · 0.85
ixgbe_dev_set_link_downFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected