Home
last modified time | relevance | path

Searched refs:ixgbe_device_supports_autoneg_fc (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.h84 bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw);
Dixgbe_common.c74 bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw) in ixgbe_device_supports_autoneg_fc() function
257 ixgbe_device_supports_autoneg_fc(hw)) { in ixgbe_setup_fc()
2376 if (ixgbe_device_supports_autoneg_fc(hw)) in ixgbe_fc_autoneg()
Dixgbe_ethtool.c381 if (ixgbe_device_supports_autoneg_fc(hw) && in ixgbe_get_pauseparam()
411 !ixgbe_device_supports_autoneg_fc(hw)) in ixgbe_set_pauseparam()
Dixgbe_main.c5430 hw->fc.disable_fc_autoneg = ixgbe_device_supports_autoneg_fc(hw); in ixgbe_sw_init()