Searched refs:portStats (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 64 milliseconds