Searched refs:RIORtaDisCons (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Driodrvr.h65 ** The fix for this ESIL introduces another member (RIORtaDisCons) here to be
67 ** 'RIO_QUICK_CHECK' now returns the value of RIORtaDisCons.
70 int RIORtaDisCons; /* RTA connections/disconnections */ member in struct:rio_info
H A Drioroute.c763 ** rio_info struct - RIORtaDisCons (RIO RTA connections) keeps track of RTA
767 if (p->RIORtaDisCons)
768 p->RIORtaDisCons--;
770 p->RIORtaDisCons++;
H A Drioctrl.c477 if (copy_to_user(argp, &p->RIORtaDisCons, sizeof(unsigned int))) {

Completed in 104 milliseconds