Home
last modified time | relevance | path

Searched refs:enable_tx_laser (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c99 mac->ops.enable_tx_laser = in ixgbe_init_mac_link_ops_82599()
104 mac->ops.enable_tx_laser = NULL; in ixgbe_init_mac_link_ops_82599()
Dixgbe_x550.c1380 mac->ops.enable_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()
Dixgbe_main.c4967 if (hw->mac.ops.enable_tx_laser) in ixgbe_up_complete()
4968 hw->mac.ops.enable_tx_laser(hw); in ixgbe_up_complete()
5969 if (hw->mac.ops.enable_tx_laser) in __ixgbe_shutdown()
5970 hw->mac.ops.enable_tx_laser(hw); in __ixgbe_shutdown()
Dixgbe_type.h3261 void (*enable_tx_laser)(struct ixgbe_hw *); member