Home
last modified time | relevance | path

Searched refs:disable_tx_laser (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c97 mac->ops.disable_tx_laser = in ixgbe_init_mac_link_ops_82599()
103 mac->ops.disable_tx_laser = NULL; in ixgbe_init_mac_link_ops_82599()
Dixgbe_ethtool.c2069 else if (hw->mac.ops.disable_tx_laser) in ixgbe_diag_test()
2070 hw->mac.ops.disable_tx_laser(hw); in ixgbe_diag_test()
Dixgbe_x550.c1379 mac->ops.disable_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()
Dixgbe_main.c5264 if (hw->mac.ops.disable_tx_laser) in ixgbe_down()
5265 hw->mac.ops.disable_tx_laser(hw); in ixgbe_down()
8963 if (hw->mac.ops.disable_tx_laser) in ixgbe_probe()
8964 hw->mac.ops.disable_tx_laser(hw); in ixgbe_probe()
Dixgbe_type.h3260 void (*disable_tx_laser)(struct ixgbe_hw *); member