Home
last modified time | relevance | path

Searched refs:flap_tx_laser (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c102 mac->ops.flap_tx_laser = &ixgbe_flap_tx_laser_multispeed_fiber; in ixgbe_init_mac_link_ops_82599()
106 mac->ops.flap_tx_laser = NULL; in ixgbe_init_mac_link_ops_82599()
723 if (hw->mac.ops.flap_tx_laser) in ixgbe_setup_mac_link_multispeed_fiber()
724 hw->mac.ops.flap_tx_laser(hw); in ixgbe_setup_mac_link_multispeed_fiber()
786 if (hw->mac.ops.flap_tx_laser) in ixgbe_setup_mac_link_multispeed_fiber()
787 hw->mac.ops.flap_tx_laser(hw); in ixgbe_setup_mac_link_multispeed_fiber()
Dixgbe_x550.c689 mac->ops.flap_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()
Dixgbe_type.h3042 void (*flap_tx_laser)(struct ixgbe_hw *); member