Searched refs:disable_tx_laser (Results 1 – 5 of 5) sorted by relevance
98 mac->ops.disable_tx_laser = in ixgbe_init_mac_link_ops_82599()104 mac->ops.disable_tx_laser = NULL; in ixgbe_init_mac_link_ops_82599()
687 mac->ops.disable_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()
2064 else if (hw->mac.ops.disable_tx_laser) in ixgbe_diag_test()2065 hw->mac.ops.disable_tx_laser(hw); in ixgbe_diag_test()
5160 if (hw->mac.ops.disable_tx_laser) in ixgbe_down()5161 hw->mac.ops.disable_tx_laser(hw); in ixgbe_down()8702 if (hw->mac.ops.disable_tx_laser) in ixgbe_probe()8703 hw->mac.ops.disable_tx_laser(hw); in ixgbe_probe()
3040 void (*disable_tx_laser)(struct ixgbe_hw *); member