Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_main.c436 struct rtnl_link_stats64 *vsi_stats = i40e_get_vsi_stats_struct(vsi); in i40e_get_netdev_stats_struct() local
476 stats->multicast = vsi_stats->multicast; in i40e_get_netdev_stats_struct()
477 stats->tx_errors = vsi_stats->tx_errors; in i40e_get_netdev_stats_struct()
478 stats->tx_dropped = vsi_stats->tx_dropped; in i40e_get_netdev_stats_struct()
479 stats->rx_errors = vsi_stats->rx_errors; in i40e_get_netdev_stats_struct()
480 stats->rx_dropped = vsi_stats->rx_dropped; in i40e_get_netdev_stats_struct()
481 stats->rx_crc_errors = vsi_stats->rx_crc_errors; in i40e_get_netdev_stats_struct()
482 stats->rx_length_errors = vsi_stats->rx_length_errors; in i40e_get_netdev_stats_struct()