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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dvia-velocity.c429 VELOCITY_PRT(MSG_LEVEL_INFO, KERN_NOTICE "%s: the value of parameter %s is invalid, the valid range is (%d-%d)\n",
433 VELOCITY_PRT(MSG_LEVEL_INFO, KERN_INFO "%s: set value of parameter %s to %d\n",
902 VELOCITY_PRT(MSG_LEVEL_INFO, "Velocity link no change\n");
914 VELOCITY_PRT(MSG_LEVEL_INFO, "Velocity is AUTO mode\n");
944 VELOCITY_PRT(MSG_LEVEL_INFO, "set Velocity to forced full mode\n");
949 VELOCITY_PRT(MSG_LEVEL_INFO, "set Velocity to forced half mode\n");
998 VELOCITY_PRT(MSG_LEVEL_INFO, KERN_NOTICE "%s: failed to detect cable link\n", vptr->dev->name);
1000 VELOCITY_PRT(MSG_LEVEL_INFO, KERN_NOTICE "%s: Link auto-negotiation", vptr->dev->name);
1003 VELOCITY_PRT(MSG_LEVEL_INFO, " speed 1000M bps");
1005 VELOCITY_PRT(MSG_LEVEL_INF
[all...]
H A Dvia-velocity.h1325 #define VELOCITY_PRT(l, p, args...) do {if (l<=msglevel) printk( p ,##args);} while (0) macro

Completed in 96 milliseconds