Home
last modified time | relevance | path

Searched refs:portStats (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Drioctrl.c101 static struct portStats portStats; variable
927 if ( copyin((int)arg, (caddr_t)&portStats,
928 sizeof(struct portStats)) == COPYFAIL ) {
932 if ( portStats.port >= RIO_PORTS ) {
936 PortP = (p->RIOPortp[portStats.port]);
937 portStats.gather = PortP->statsGather;
938 portStats.txchars = PortP->txchars;
939 portStats.rxchars = PortP->rxchars;
940 portStats.opens = PortP->opens;
941 portStats.closes = PortP->closes;
[all …]
Drioioctl.h44 struct portStats { struct