Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_nic.c710 nesvnic->netstats.rx_dropped += u32temp; in nes_netdev_get_stats()
719 nesvnic->netstats.rx_bytes += u64temp; in nes_netdev_get_stats()
727 nesvnic->netstats.rx_packets += u64temp; in nes_netdev_get_stats()
735 nesvnic->netstats.tx_bytes += u64temp; in nes_netdev_get_stats()
743 nesvnic->netstats.tx_packets += u64temp; in nes_netdev_get_stats()
747 nesvnic->netstats.rx_dropped += u32temp; in nes_netdev_get_stats()
753 nesvnic->netstats.rx_dropped += u32temp; in nes_netdev_get_stats()
759 nesvnic->netstats.rx_dropped += u32temp; in nes_netdev_get_stats()
765 nesvnic->netstats.rx_dropped += u32temp; in nes_netdev_get_stats()
771 nesvnic->netstats.rx_length_errors += u32temp; in nes_netdev_get_stats()
[all …]
Dnes_hw.h1252 struct net_device_stats netstats; member
/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_netdevice.h126 struct WILC_WFI_stats netstats; member
201 struct net_device_stats netstats; member
Dlinux_wlan.c1288 return &nic->netstats; in mac_stats()
1413 nic->netstats.tx_packets++; in mac_xmit()
1414 nic->netstats.tx_bytes += tx_data->size; in mac_xmit()
1614 nic->netstats.rx_packets++; in frmw_to_linux()
1615 nic->netstats.rx_bytes += frame_len; in frmw_to_linux()
1750 nic->netstats.rx_packets = 0; in wilc_netdev_init()
1751 nic->netstats.tx_packets = 0; in wilc_netdev_init()
1752 nic->netstats.rx_bytes = 0; in wilc_netdev_init()
1753 nic->netstats.tx_bytes = 0; in wilc_netdev_init()
Dwilc_wfi_cfgoperations.c3273 priv->netstats.rx_packets++; in WILC_WFI_update_stats()
3274 priv->netstats.rx_bytes += pktlen; in WILC_WFI_update_stats()
3275 priv->netstats.rx_time = get_jiffies_64(); in WILC_WFI_update_stats()
3281 priv->netstats.tx_packets++; in WILC_WFI_update_stats()
3282 priv->netstats.tx_bytes += pktlen; in WILC_WFI_update_stats()
3283 priv->netstats.tx_time = get_jiffies_64(); in WILC_WFI_update_stats()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dcommon.h221 struct net_device_stats netstats; member
Dcxgb2.c299 struct net_device_stats *ns = &p->netstats; in t1_get_stats()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h75 struct net_device_stats netstats; member
Dcxgb3_main.c1489 struct net_device_stats *ns = &pi->netstats; in cxgb_get_stats()