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

/linux-master/drivers/atm/
H A Didt77105.c142 static int fetch_stats(struct atm_dev *dev,struct idt77105_stats __user *arg,int zero) function
197 return fetch_stats(dev, arg, cmd == IDT77105_GETSTATZ);
304 (void) fetch_stats(dev,NULL,1); /* clear kernel counters */
H A Dsuni.c95 static int fetch_stats(struct atm_dev *dev,struct sonet_stats __user *arg,int zero) function
260 return fetch_stats(dev, arg, cmd == SONET_GETSTATZ);
326 (void) fetch_stats(dev,NULL,1); /* clear kernel counters */
/linux-master/net/atm/
H A Dresources.c175 static int fetch_stats(struct atm_dev *dev, struct atm_dev_stats __user *arg, function
291 error = fetch_stats(dev, buf, cmd == ATM_GETSTATZ);

Completed in 74 milliseconds