| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | mlx4_stats.h | 127 #define MLX4_FIND_NETDEV_STAT(n) (offsetof(struct net_device_stats, n) / \ 128 sizeof(((struct net_device_stats *)0)->n))
|
| /linux/drivers/net/ethernet/arc/ |
| H A D | emac_main.c | 113 struct net_device_stats *stats = &ndev->stats; in arc_emac_tx_clean() 183 struct net_device_stats *stats = &ndev->stats; in arc_emac_rx() 277 struct net_device_stats *stats = &ndev->stats; in arc_emac_rx_miss_handle() 358 struct net_device_stats *stats = &ndev->stats; in arc_emac_intr() 646 static struct net_device_stats *arc_emac_stats(struct net_device *ndev) in arc_emac_stats() 649 struct net_device_stats *stats = &ndev->stats; in arc_emac_stats() 685 struct net_device_stats *stats = &ndev->stats; in arc_emac_tx() 798 struct net_device_stats *stats = &ndev->stats; in arc_emac_restart()
|
| /linux/drivers/net/can/ |
| H A D | vcan.c | 74 struct net_device_stats *stats = &dev->stats; in vcan_rx() 88 struct net_device_stats *stats = &dev->stats; in vcan_tx()
|
| /linux/net/netrom/ |
| H A D | nr_dev.c | 42 struct net_device_stats *stats = &dev->stats; in nr_rx_ip() 141 struct net_device_stats *stats = &dev->stats; in nr_xmit()
|
| /linux/drivers/net/can/dev/ |
| H A D | rx-offload.c | 48 struct net_device_stats *stats = &dev->stats; in can_rx_offload_napi_poll() 249 struct net_device_stats *stats = &dev->stats; in can_rx_offload_get_echo_skb_queue_timestamp() 289 struct net_device_stats *stats = &dev->stats; in can_rx_offload_get_echo_skb_queue_tail()
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | 8390.h | 42 struct net_device_stats *ei_get_stats(struct net_device *dev); 60 struct net_device_stats *eip_get_stats(struct net_device *dev);
|
| H A D | 8390.c | 27 struct net_device_stats *ei_get_stats(struct net_device *dev) in ei_get_stats()
|
| H A D | 8390p.c | 32 struct net_device_stats *eip_get_stats(struct net_device *dev) in eip_get_stats()
|
| /linux/drivers/net/ethernet/qualcomm/ |
| H A D | qca_uart.c | 53 struct net_device_stats *n_stats = &netdev->stats; in qca_tty_receive() 115 struct net_device_stats *n_stats = &qca->net_dev->stats; in qcauart_transmit() 186 struct net_device_stats *n_stats = &dev->stats; in qcauart_netdev_xmit()
|
| /linux/drivers/net/can/rockchip/ |
| H A D | rockchip_canfd-rx.c | 98 struct net_device_stats *stats = &priv->ndev->stats; in rkcanfd_rxstx_filter() 203 struct net_device_stats *stats = &priv->ndev->stats; in rkcanfd_handle_rx_int_one()
|
| H A D | rockchip_canfd-tx.c | 146 struct net_device_stats *stats = &priv->ndev->stats; in rkcanfd_handle_tx_done_one()
|
| /linux/include/linux/ |
| H A D | scc.h | 53 struct net_device_stats dev_stat;/* device statistics */
|
| H A D | if_fddi.h | 31 struct net_device_stats gen;
|
| /linux/drivers/net/can/esd/ |
| H A D | esdacc.c | 409 struct net_device_stats *stats = &core->netdev->stats; in handle_core_msg_rxtxdone() 469 struct net_device_stats *stats = &core->netdev->stats; in handle_core_msg_txabort() 499 struct net_device_stats *stats = &core->netdev->stats; in handle_core_msg_overrun() 528 struct net_device_stats *stats = &core->netdev->stats; in handle_core_msg_buserr()
|
| /linux/drivers/net/ethernet/sunplus/ |
| H A D | spl2sw_int.c | 21 struct net_device_stats *stats; in spl2sw_rx_poll() 142 struct net_device_stats *stats; in spl2sw_tx_poll()
|
| /linux/drivers/net/ethernet/natsemi/ |
| H A D | sonic.h | 326 struct net_device_stats stats; 339 static struct net_device_stats *sonic_get_stats(struct net_device *dev);
|
| /linux/net/rose/ |
| H A D | rose_dev.c | 99 struct net_device_stats *stats = &dev->stats; in rose_xmit()
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | epic100.c | 305 static struct net_device_stats *epic_get_stats(struct net_device *dev); 758 struct net_device_stats *stats = &dev->stats; in epic_pause() 1003 struct net_device_stats *stats = &dev->stats; in epic_tx_error() 1106 struct net_device_stats *stats = &dev->stats; in epic_interrupt() 1332 static struct net_device_stats *epic_get_stats(struct net_device *dev) in epic_get_stats() 1338 struct net_device_stats *stats = &dev->stats; in epic_get_stats()
|
| /linux/drivers/s390/net/ |
| H A D | ctcm_main.h | 204 struct net_device_stats stats;
|
| /linux/drivers/net/can/ctucanfd/ |
| H A D | ctucanfd_base.c | 713 struct net_device_stats *stats = &ndev->stats; in ctucan_rx() 804 struct net_device_stats *stats = &ndev->stats; in ctucan_err_interrupt() 943 struct net_device_stats *stats = &ndev->stats; in ctucan_rx_poll() 998 struct net_device_stats *stats = &ndev->stats; in ctucan_tx_interrupt()
|
| /linux/drivers/net/ethernet/3com/ |
| H A D | typhoon.c | 280 struct net_device_stats stats_saved; 894 struct net_device_stats *stats = &tp->dev->stats; in typhoon_do_get_stats() 895 struct net_device_stats *saved = &tp->stats_saved; in typhoon_do_get_stats() 943 static struct net_device_stats * 947 struct net_device_stats *stats = &tp->dev->stats; in typhoon_get_stats() 948 struct net_device_stats *saved = &tp->stats_saved; in typhoon_get_stats() 1995 memcpy(&tp->stats_saved, &tp->dev->stats, sizeof(struct net_device_stats)); in typhoon_stop_runtime()
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | netdev.h | 184 struct net_device_stats netstats;
|
| /linux/drivers/net/can/spi/mcp251xfd/ |
| H A D | mcp251xfd-tx.c | 139 struct net_device_stats *stats = &ndev->stats; in mcp251xfd_tx_failure_drop()
|
| H A D | mcp251xfd-tef.c | 73 struct net_device_stats *stats = &priv->ndev->stats; in mcp251xfd_handle_tefif_one()
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | nmclan_cs.c | 410 static struct net_device_stats *mace_get_stats(struct net_device *dev); 1133 static void pr_linux_stats(struct net_device_stats *pstats) in pr_linux_stats() 1267 static struct net_device_stats *mace_get_stats(struct net_device *dev) in mace_get_stats()
|