• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/

Lines Matching refs:e_dev_info

221 			e_dev_info("%s Enabled\n", opt->name);
224 e_dev_info("%s Disabled\n", opt->name);
230 e_dev_info("%s set to %i\n", opt->name, *value);
242 e_dev_info("%s\n", ent->str);
252 e_dev_info("Invalid %s value specified (%i) %s\n",
465 e_dev_info("%s turned off\n", opt.name);
468 e_dev_info("%s set to dynamic mode\n",
474 e_dev_info("%s set to dynamic conservative "
480 e_dev_info("%s set to simplified "
540 e_dev_info("Speed not valid for fiber adapters, parameter "
545 e_dev_info("Duplex not valid for fiber adapters, parameter "
550 e_dev_info("AutoNeg other than 1000/Full is not valid for fiber"
615 e_dev_info("AutoNeg specified along with Speed or Duplex, "
675 e_dev_info("Speed and duplex autonegotiation "
679 e_dev_info("Half Duplex specified without Speed\n");
680 e_dev_info("Using Autonegotiation at Half Duplex only\n");
686 e_dev_info("Full Duplex specified without Speed\n");
687 e_dev_info("Using Autonegotiation at Full Duplex only\n");
694 e_dev_info("10 Mbps Speed specified without Duplex\n");
695 e_dev_info("Using Autonegotiation at 10 Mbps only\n");
701 e_dev_info("Forcing to 10 Mbps Half Duplex\n");
707 e_dev_info("Forcing to 10 Mbps Full Duplex\n");
713 e_dev_info("100 Mbps Speed specified without Duplex\n");
714 e_dev_info("Using Autonegotiation at 100 Mbps only\n");
720 e_dev_info("Forcing to 100 Mbps Half Duplex\n");
726 e_dev_info("Forcing to 100 Mbps Full Duplex\n");
732 e_dev_info("1000 Mbps Speed specified without Duplex\n");
735 e_dev_info("Half Duplex is not supported at 1000 Mbps\n");
739 e_dev_info("Using Autonegotiation at 1000 Mbps Full Duplex "
750 e_dev_info("Speed, AutoNeg and MDI-X specs are incompatible. "