Home
last modified time | relevance | path

Searched refs:fc_was_autonegged (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c4055 hw->fc.fc_was_autonegged = TRUE; in ixgbe_fc_autoneg_backplane_x550em_a()
4057 hw->fc.fc_was_autonegged = FALSE; in ixgbe_fc_autoneg_backplane_x550em_a()
4069 hw->fc.fc_was_autonegged = FALSE; in ixgbe_fc_autoneg_fiber_x550em_a()
4121 hw->fc.fc_was_autonegged = TRUE; in ixgbe_fc_autoneg_sgmii_x550em_a()
4123 hw->fc.fc_was_autonegged = FALSE; in ixgbe_fc_autoneg_sgmii_x550em_a()
H A Dixgbe_common.c3158 hw->fc.fc_was_autonegged = TRUE; in ixgbe_fc_autoneg()
3160 hw->fc.fc_was_autonegged = FALSE; in ixgbe_fc_autoneg()
H A Dixgbe_type.h3795 bool fc_was_autonegged; /* Is current_mode the result of autonegging? */ member