Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h61 bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw);
H A Dixgbe_common.c49 bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw) in ixgbe_device_supports_autoneg_fc() function
251 ixgbe_device_supports_autoneg_fc(hw)) { in ixgbe_setup_fc_generic()
2443 if (ixgbe_device_supports_autoneg_fc(hw)) in ixgbe_fc_autoneg()
H A Dixgbe_ethtool.c550 if (ixgbe_device_supports_autoneg_fc(hw) && in ixgbe_get_pauseparam()
580 !ixgbe_device_supports_autoneg_fc(hw)) in ixgbe_set_pauseparam()
H A Dixgbe_main.c6420 hw->fc.disable_fc_autoneg = ixgbe_device_supports_autoneg_fc(hw); in ixgbe_sw_init()