Searched refs:disable_tx_laser (Results 1 – 5 of 5) sorted by relevance
72 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()
2235 else if (hw->mac.ops.disable_tx_laser) in ixgbe_diag_test()2236 hw->mac.ops.disable_tx_laser(hw); in ixgbe_diag_test()
6204 if (hw->mac.ops.disable_tx_laser) in ixgbe_down()6205 hw->mac.ops.disable_tx_laser(hw); in ixgbe_down()11173 if (hw->mac.ops.disable_tx_laser) in ixgbe_probe()11174 hw->mac.ops.disable_tx_laser(hw); in ixgbe_probe()
3432 void (*disable_tx_laser)(struct ixgbe_hw *); member
2234 mac->ops.disable_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()