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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A DuPD98402.c35 static int fetch_stats(struct atm_dev *dev,struct sonet_stats __user *arg,int zero) function
136 return fetch_stats(dev,arg, cmd == SONET_GETSTATZ);
219 (void) fetch_stats(dev,NULL,1); /* clear kernel counters */
H A Didt77105.c141 static int fetch_stats(struct atm_dev *dev,struct idt77105_stats __user *arg,int zero) function
196 return fetch_stats(dev, arg, cmd == IDT77105_GETSTATZ);
302 (void) fetch_stats(dev,NULL,1); /* clear kernel counters */
H A Dsuni.c94 static int fetch_stats(struct atm_dev *dev,struct sonet_stats __user *arg,int zero) function
179 return fetch_stats(dev, arg, cmd == SONET_GETSTATZ);
246 (void) fetch_stats(dev,NULL,1); /* clear kernel counters */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/atm/
H A Dresources.c179 static int fetch_stats(struct atm_dev *dev, struct atm_dev_stats __user *arg, int zero) function
301 error = fetch_stats(dev, buf, cmd == ATM_GETSTATZ);

Completed in 89 milliseconds