Lines Matching refs:stats
209 struct net_device_stats *stats, in async_bump() argument
228 stats->rx_dropped++; in async_bump()
265 stats->rx_packets++; in async_bump()
266 stats->rx_bytes += rx_buff->len; in async_bump()
281 struct net_device_stats *stats, in async_unwrap_bof() argument
291 stats->rx_errors++; in async_unwrap_bof()
292 stats->rx_missed_errors++; in async_unwrap_bof()
321 struct net_device_stats *stats, in async_unwrap_eof() argument
331 stats->rx_errors++; in async_unwrap_eof()
332 stats->rx_missed_errors++; in async_unwrap_eof()
357 async_bump(dev, stats, rx_buff); in async_unwrap_eof()
364 stats->rx_errors++; in async_unwrap_eof()
365 stats->rx_crc_errors++; in async_unwrap_eof()
379 struct net_device_stats *stats, in async_unwrap_ce() argument
409 struct net_device_stats *stats, in async_unwrap_other() argument
473 struct net_device_stats *stats, in async_unwrap_char() argument
478 async_unwrap_ce(dev, stats, rx_buff, byte); in async_unwrap_char()
481 async_unwrap_bof(dev, stats, rx_buff, byte); in async_unwrap_char()
484 async_unwrap_eof(dev, stats, rx_buff, byte); in async_unwrap_char()
487 async_unwrap_other(dev, stats, rx_buff, byte); in async_unwrap_char()