Searched refs:portStats (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/char/rio/
H A Drioioctl.h40 struct portStats { struct
H A Drioctrl.c90 static struct portStats portStats; variable in typeref:struct:portStats
659 if (copy_from_user(&portStats, argp, sizeof(struct portStats))) {
663 if (portStats.port < 0 || portStats.port >= RIO_PORTS) {
667 PortP = (p->RIOPortp[portStats.port]);
668 portStats.gather = PortP->statsGather;
669 portStats.txchars = PortP->txchars;
670 portStats
[all...]

Completed in 69 milliseconds