Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c72 mac->ops.disable_tx_laser = in ixgbe_init_mac_link_ops_82599()
78 mac->ops.disable_tx_laser = NULL; in ixgbe_init_mac_link_ops_82599()
H A Dixgbe_ethtool.c2246 else if (hw->mac.ops.disable_tx_laser) in ixgbe_diag_test()
2247 hw->mac.ops.disable_tx_laser(hw); in ixgbe_diag_test()
H A Dixgbe_main.c6162 if (hw->mac.ops.disable_tx_laser) in ixgbe_down()
6163 hw->mac.ops.disable_tx_laser(hw); in ixgbe_down()
11029 if (hw->mac.ops.disable_tx_laser) in ixgbe_probe()
11030 hw->mac.ops.disable_tx_laser(hw); in ixgbe_probe()
H A Dixgbe_type.h3428 void (*disable_tx_laser)(struct ixgbe_hw *); member
H A Dixgbe_x550.c2184 mac->ops.disable_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()