Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_82599_bypass.c279 hw->mac.ops.disable_tx_laser = NULL; in ixgbe_bypass_init_hw()
H A Dixgbe_bypass.c103 hw->mac.ops.disable_tx_laser = NULL; in ixgbe_bypass_init()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c650 if (hw->mac.ops.disable_tx_laser) in ixgbe_disable_tx_laser()
651 hw->mac.ops.disable_tx_laser(hw); in ixgbe_disable_tx_laser()
H A Dixgbe_82599.c43 mac->ops.disable_tx_laser = in ixgbe_init_mac_link_ops_82599()
50 mac->ops.disable_tx_laser = NULL; in ixgbe_init_mac_link_ops_82599()
H A Dixgbe_type.h3950 void (*disable_tx_laser)(struct ixgbe_hw *); member
H A Dixgbe_x550.c1802 mac->ops.disable_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h468 void (*disable_tx_laser)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h577 hw->mac.disable_tx_laser = txgbe_mac_disable_tx_laser_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2570 mac->disable_tx_laser = in txgbe_init_mac_link_ops()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c1648 hw->mac.disable_tx_laser(hw); in txgbe_dev_stop()
1716 hw->mac.disable_tx_laser(hw); in txgbe_dev_set_link_down()