Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c74 mac->ops.enable_tx_laser = in ixgbe_init_mac_link_ops_82599()
79 mac->ops.enable_tx_laser = NULL; in ixgbe_init_mac_link_ops_82599()
H A Dixgbe_main.c6225 if (hw->mac.ops.enable_tx_laser) in ixgbe_up_complete()
6226 hw->mac.ops.enable_tx_laser(hw); in ixgbe_up_complete()
7589 if (hw->mac.ops.enable_tx_laser) in __ixgbe_shutdown()
7590 hw->mac.ops.enable_tx_laser(hw); in __ixgbe_shutdown()
H A Dixgbe_type.h3518 void (*enable_tx_laser)(struct ixgbe_hw *); member
H A Dixgbe_x550.c2188 mac->ops.enable_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()