Searched refs:autoneg_advertised (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c1645 if(hw->autoneg_advertised == ADVERTISE_1000_FULL) {
1779 * autoneg_advertised and fc
1787 * autoneg_advertised and fc options. If autoneg is NOT enabled, then
1791 /* Perform some bounds checking on the hw->autoneg_advertised
1794 hw->autoneg_advertised &= AUTONEG_ADVERTISE_SPEED_DEFAULT;
1796 /* If autoneg_advertised is zero, we assume it was not defaulted
1799 if(hw->autoneg_advertised == 0)
1800 hw->autoneg_advertised = AUTONEG_ADVERTISE_SPEED_DEFAULT;
1911 /* Need to parse both autoneg_advertised and fc and set up
1913 * autoneg_advertised softwar
[all...]
H A De1000_hw.h934 uint16_t autoneg_advertised; member in struct:e1000_hw

Completed in 32 milliseconds