Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_82599_bypass.c281 hw->mac.ops.flap_tx_laser = NULL; in ixgbe_bypass_init_hw()
H A Dixgbe_bypass.c105 hw->mac.ops.flap_tx_laser = NULL; in ixgbe_bypass_init()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c676 if (hw->mac.ops.flap_tx_laser) in ixgbe_flap_tx_laser()
677 hw->mac.ops.flap_tx_laser(hw); in ixgbe_flap_tx_laser()
H A Dixgbe_82599.c47 mac->ops.flap_tx_laser = ixgbe_flap_tx_laser_multispeed_fiber; in ixgbe_init_mac_link_ops_82599()
52 mac->ops.flap_tx_laser = NULL; in ixgbe_init_mac_link_ops_82599()
H A Dixgbe_82598.c140 mac->ops.flap_tx_laser = NULL; in ixgbe_init_ops_82598()
H A Dixgbe_type.h3952 void (*flap_tx_laser)(struct ixgbe_hw *); member
H A Dixgbe_x550.c1804 mac->ops.flap_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c2380 hw->mac.flap_tx_laser(hw); in txgbe_setup_mac_link_multispeed_fiber()
2430 hw->mac.flap_tx_laser(hw); in txgbe_setup_mac_link_multispeed_fiber()
2574 mac->flap_tx_laser = in txgbe_init_mac_link_ops()
H A Dtxgbe_type.h470 void (*flap_tx_laser)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h579 hw->mac.flap_tx_laser = txgbe_mac_flap_tx_laser_dummy; in txgbe_init_ops_dummy()