Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/
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()
Dixgbe_ethtool.c2266 else if (hw->mac.ops.disable_tx_laser) in ixgbe_diag_test()
2267 hw->mac.ops.disable_tx_laser(hw); in ixgbe_diag_test()
Dixgbe_main.c6194 if (hw->mac.ops.disable_tx_laser) in ixgbe_down()
6195 hw->mac.ops.disable_tx_laser(hw); in ixgbe_down()
11159 if (hw->mac.ops.disable_tx_laser) in ixgbe_probe()
11160 hw->mac.ops.disable_tx_laser(hw); in ixgbe_probe()
Dixgbe_type.h3432 void (*disable_tx_laser)(struct ixgbe_hw *); member
Dixgbe_x550.c2237 mac->ops.disable_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()