Home
last modified time | relevance | path

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

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