Lines Matching refs:e_dev_info

194 			e_dev_info("%s Enabled\n", opt->name);  in e1000_validate_option()
197 e_dev_info("%s Disabled\n", opt->name); in e1000_validate_option()
203 e_dev_info("%s set to %i\n", opt->name, *value); in e1000_validate_option()
215 e_dev_info("%s\n", ent->str); in e1000_validate_option()
225 e_dev_info("Invalid %s value specified (%i) %s\n", in e1000_validate_option()
439 e_dev_info("%s turned off\n", opt.name); in e1000_check_options()
442 e_dev_info("%s set to dynamic mode\n", in e1000_check_options()
448 e_dev_info("%s set to dynamic conservative " in e1000_check_options()
454 e_dev_info("%s set to simplified " in e1000_check_options()
514 e_dev_info("Speed not valid for fiber adapters, parameter " in e1000_check_fiber_options()
519 e_dev_info("Duplex not valid for fiber adapters, parameter " in e1000_check_fiber_options()
524 e_dev_info("AutoNeg other than 1000/Full is not valid for fiber" in e1000_check_fiber_options()
588 e_dev_info("AutoNeg specified along with Speed or Duplex, " in e1000_check_copper_options()
648 e_dev_info("Speed and duplex autonegotiation " in e1000_check_copper_options()
652 e_dev_info("Half Duplex specified without Speed\n"); in e1000_check_copper_options()
653 e_dev_info("Using Autonegotiation at Half Duplex only\n"); in e1000_check_copper_options()
659 e_dev_info("Full Duplex specified without Speed\n"); in e1000_check_copper_options()
660 e_dev_info("Using Autonegotiation at Full Duplex only\n"); in e1000_check_copper_options()
667 e_dev_info("10 Mbps Speed specified without Duplex\n"); in e1000_check_copper_options()
668 e_dev_info("Using Autonegotiation at 10 Mbps only\n"); in e1000_check_copper_options()
674 e_dev_info("Forcing to 10 Mbps Half Duplex\n"); in e1000_check_copper_options()
680 e_dev_info("Forcing to 10 Mbps Full Duplex\n"); in e1000_check_copper_options()
686 e_dev_info("100 Mbps Speed specified without Duplex\n"); in e1000_check_copper_options()
687 e_dev_info("Using Autonegotiation at 100 Mbps only\n"); in e1000_check_copper_options()
693 e_dev_info("Forcing to 100 Mbps Half Duplex\n"); in e1000_check_copper_options()
699 e_dev_info("Forcing to 100 Mbps Full Duplex\n"); in e1000_check_copper_options()
705 e_dev_info("1000 Mbps Speed specified without Duplex\n"); in e1000_check_copper_options()
708 e_dev_info("Half Duplex is not supported at 1000 Mbps\n"); in e1000_check_copper_options()
712 e_dev_info("Using Autonegotiation at 1000 Mbps Full Duplex " in e1000_check_copper_options()
723 e_dev_info("Speed, AutoNeg and MDI-X specs are incompatible. " in e1000_check_copper_options()