Lines Matching refs:stats
125 struct cfv_stats stats; member
144 ++cfv->stats.tx_kicks; in cfv_release_cb()
204 ++cfv->stats.tx_flow_on; in cfv_release_used_buf()
300 ++cfv->ndev->stats.rx_dropped; in cfv_rx_poll()
302 ++cfv->ndev->stats.rx_packets; in cfv_rx_poll()
303 cfv->ndev->stats.rx_bytes += skb_len; in cfv_rx_poll()
310 ++cfv->stats.rx_napi_resched; in cfv_rx_poll()
316 ++cfv->stats.rx_napi_complete; in cfv_rx_poll()
328 ++cfv->stats.rx_nomem; in cfv_rx_poll()
338 cfv->ndev->stats.rx_dropped = riov->used - riov->i; in cfv_rx_poll()
354 ++cfv->stats.rx_kicks; in cfv_recv()
542 cfv->stats.tx_full_ring++; in cfv_netdev_tx()
550 cfv->stats.tx_no_mem++; in cfv_netdev_tx()
584 cfv->ndev->stats.tx_packets++; in cfv_netdev_tx()
585 cfv->ndev->stats.tx_bytes += skb->len; in cfv_netdev_tx()
595 cfv->ndev->stats.tx_dropped++; in cfv_netdev_tx()
633 &cfv->stats.rx_napi_complete); in debugfs_init()
635 &cfv->stats.rx_napi_resched); in debugfs_init()
637 &cfv->stats.rx_nomem); in debugfs_init()
639 &cfv->stats.rx_kicks); in debugfs_init()
641 &cfv->stats.tx_full_ring); in debugfs_init()
643 &cfv->stats.tx_no_mem); in debugfs_init()
645 &cfv->stats.tx_kicks); in debugfs_init()
647 &cfv->stats.tx_flow_on); in debugfs_init()