Searched refs:enable_tx_laser (Results 1 – 4 of 4) sorted by relevance
100 mac->ops.enable_tx_laser = in ixgbe_init_mac_link_ops_82599()105 mac->ops.enable_tx_laser = NULL; in ixgbe_init_mac_link_ops_82599()
688 mac->ops.enable_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()
4873 if (hw->mac.ops.enable_tx_laser) in ixgbe_up_complete()4874 hw->mac.ops.enable_tx_laser(hw); in ixgbe_up_complete()5857 if (hw->mac.ops.enable_tx_laser) in __ixgbe_shutdown()5858 hw->mac.ops.enable_tx_laser(hw); in __ixgbe_shutdown()
3041 void (*enable_tx_laser)(struct ixgbe_hw *); member