Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/atm/
DuPD98402.c41 static int fetch_stats(struct atm_dev *dev,struct sonet_stats __user *arg,int zero) in fetch_stats() function
142 return fetch_stats(dev,arg, cmd == SONET_GETSTATZ); in uPD98402_ioctl()
225 (void) fetch_stats(dev,NULL,1); /* clear kernel counters */ in uPD98402_start()
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()
Dsuni.c96 static int fetch_stats(struct atm_dev *dev,struct sonet_stats __user *arg,int zero) in fetch_stats() function
261 return fetch_stats(dev, arg, cmd == SONET_GETSTATZ); in suni_ioctl()
327 (void) fetch_stats(dev,NULL,1); /* clear kernel counters */ in suni_start()
/kernel/linux/linux-5.10/net/atm/
Dresources.c177 static int fetch_stats(struct atm_dev *dev, struct atm_dev_stats __user *arg, in fetch_stats() function
294 error = fetch_stats(dev, buf, cmd == ATM_GETSTATZ); in atm_dev_ioctl()