Lines Matching refs:autoneg_advertised
1645 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 software override. Since we can advertise
1925 DEBUGOUT1("autoneg_advertised %x\n", hw->autoneg_advertised);
1928 if(hw->autoneg_advertised & ADVERTISE_10_HALF) {
1934 if(hw->autoneg_advertised & ADVERTISE_10_FULL) {
1940 if(hw->autoneg_advertised & ADVERTISE_100_HALF) {
1946 if(hw->autoneg_advertised & ADVERTISE_100_FULL) {
1952 if(hw->autoneg_advertised & ADVERTISE_1000_HALF) {
1957 if(hw->autoneg_advertised & ADVERTISE_1000_FULL) {