Lines Matching refs:MSG_LEVEL_INFO
83 static int msglevel = MSG_LEVEL_INFO;
420 …VELOCITY_PRT(MSG_LEVEL_INFO, KERN_NOTICE "%s: the value of parameter %s is invalid, the valid rang… in velocity_set_int_opt()
424 VELOCITY_PRT(MSG_LEVEL_INFO, KERN_INFO "%s: set value of parameter %s to %d\n", in velocity_set_int_opt()
895 VELOCITY_PRT(MSG_LEVEL_INFO, "Velocity is AUTO mode\n"); in velocity_set_media_mode()
930 VELOCITY_PRT(MSG_LEVEL_INFO, "set Velocity to forced full mode\n"); in velocity_set_media_mode()
935 VELOCITY_PRT(MSG_LEVEL_INFO, "set Velocity to forced half mode\n"); in velocity_set_media_mode()
990 VELOCITY_PRT(MSG_LEVEL_INFO, KERN_NOTICE "%s: failed to detect cable link\n", vptr->netdev->name); in velocity_print_link_status()
992 VELOCITY_PRT(MSG_LEVEL_INFO, KERN_NOTICE "%s: Link auto-negotiation", vptr->netdev->name); in velocity_print_link_status()
995 VELOCITY_PRT(MSG_LEVEL_INFO, " speed 1000M bps"); in velocity_print_link_status()
997 VELOCITY_PRT(MSG_LEVEL_INFO, " speed 100M bps"); in velocity_print_link_status()
999 VELOCITY_PRT(MSG_LEVEL_INFO, " speed 10M bps"); in velocity_print_link_status()
1002 VELOCITY_PRT(MSG_LEVEL_INFO, " full duplex\n"); in velocity_print_link_status()
1004 VELOCITY_PRT(MSG_LEVEL_INFO, " half duplex\n"); in velocity_print_link_status()
1006 VELOCITY_PRT(MSG_LEVEL_INFO, KERN_NOTICE "%s: Link forced", vptr->netdev->name); in velocity_print_link_status()
1009 VELOCITY_PRT(MSG_LEVEL_INFO, " speed 1000M bps full duplex\n"); in velocity_print_link_status()
1012 VELOCITY_PRT(MSG_LEVEL_INFO, " speed 100M bps half duplex\n"); in velocity_print_link_status()
1015 VELOCITY_PRT(MSG_LEVEL_INFO, " speed 100M bps full duplex\n"); in velocity_print_link_status()
1018 VELOCITY_PRT(MSG_LEVEL_INFO, " speed 10M bps half duplex\n"); in velocity_print_link_status()
1021 VELOCITY_PRT(MSG_LEVEL_INFO, " speed 10M bps full duplex\n"); in velocity_print_link_status()