Home
last modified time | relevance | path

Searched refs:update_rx_stats (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/cris/
Deth_v10.c201 static void update_rx_stats(struct net_device_stats *);
1210 update_rx_stats(&dev->stats); /* this will ack the irq */ in e100nw_interrupt()
1363 update_rx_stats(&dev->stats); in e100_close()
1509 update_rx_stats(struct net_device_stats *es) in update_rx_stats() function
1541 update_rx_stats(&dev->stats); in e100_get_stats()
/linux-4.1.27/drivers/net/irda/
Dau1k_ir.c386 static void update_rx_stats(struct net_device *dev, u32 status, u32 count) in update_rx_stats() function
468 update_rx_stats(dev, flags, count); in au1k_irda_rx()