Home
last modified time | relevance | path

Searched refs:net_device_stats (Results 1 – 25 of 206) sorted by relevance

123456789

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_stats.h129 #define MLX4_FIND_NETDEV_STAT(n) (offsetof(struct net_device_stats, n) / \
130 sizeof(((struct net_device_stats *)0)->n))
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dnorm_desc.c28 struct net_device_stats *stats = (struct net_device_stats *)data; in ndesc_get_tx_status()
88 struct net_device_stats *stats = (struct net_device_stats *)data; in ndesc_get_rx_status()
Ddwmac100_dma.c96 struct net_device_stats *stats = (struct net_device_stats *)data; in dwmac100_dma_diagnostic_fr()
Ddwmac4_descs.c22 struct net_device_stats *stats = (struct net_device_stats *)data; in dwmac4_wrback_get_tx_status()
79 struct net_device_stats *stats = (struct net_device_stats *)data; in dwmac4_wrback_get_rx_status()
Denh_desc.c28 struct net_device_stats *stats = (struct net_device_stats *)data; in enh_desc_get_tx_status()
197 struct net_device_stats *stats = (struct net_device_stats *)data; in enh_desc_get_rx_status()
/Linux-v4.19/drivers/net/can/
Dvcan.c75 struct net_device_stats *stats = &dev->stats; in vcan_rx()
90 struct net_device_stats *stats = &dev->stats; in vcan_tx()
/Linux-v4.19/drivers/net/ethernet/arc/
Demac_main.c117 struct net_device_stats *stats = &ndev->stats; in arc_emac_tx_clean()
185 struct net_device_stats *stats = &ndev->stats; in arc_emac_rx()
279 struct net_device_stats *stats = &ndev->stats; in arc_emac_rx_miss_handle()
360 struct net_device_stats *stats = &ndev->stats; in arc_emac_intr()
644 static struct net_device_stats *arc_emac_stats(struct net_device *ndev) in arc_emac_stats()
647 struct net_device_stats *stats = &ndev->stats; in arc_emac_stats()
683 struct net_device_stats *stats = &ndev->stats; in arc_emac_tx()
808 struct net_device_stats *stats = &ndev->stats; in arc_emac_restart()
/Linux-v4.19/net/netrom/
Dnr_dev.c45 struct net_device_stats *stats = &dev->stats; in nr_rx_ip()
144 struct net_device_stats *stats = &dev->stats; in nr_xmit()
/Linux-v4.19/arch/ia64/hp/sim/
Dsimeth.c44 struct net_device_stats stats;
53 static struct net_device_stats *simeth_get_stats(struct net_device *dev);
495 static struct net_device_stats *
/Linux-v4.19/drivers/net/ethernet/8390/
D8390.h38 struct net_device_stats *ei_get_stats(struct net_device *dev);
56 struct net_device_stats *eip_get_stats(struct net_device *dev);
D8390.c26 struct net_device_stats *ei_get_stats(struct net_device *dev) in ei_get_stats()
D8390p.c31 struct net_device_stats *eip_get_stats(struct net_device *dev) in eip_get_stats()
/Linux-v4.19/drivers/net/ethernet/qualcomm/
Dqca_uart.c68 struct net_device_stats *n_stats = &netdev->stats; in qca_tty_receive()
130 struct net_device_stats *n_stats = &qca->net_dev->stats; in qcauart_transmit()
201 struct net_device_stats *n_stats = &dev->stats; in qcauart_netdev_xmit()
/Linux-v4.19/include/linux/
Dscc.h53 struct net_device_stats dev_stat;/* device statistics */
Dif_fddi.h35 struct net_device_stats gen;
/Linux-v4.19/drivers/net/wireless/
Dray_cs.h52 struct net_device_stats stats;
/Linux-v4.19/drivers/staging/gdm724x/
Dgdm_lte.h55 struct net_device_stats stats;
/Linux-v4.19/drivers/net/ethernet/natsemi/
Dsonic.h324 struct net_device_stats stats;
336 static struct net_device_stats *sonic_get_stats(struct net_device *dev);
/Linux-v4.19/drivers/net/can/peak_canfd/
Dpeak_canfd.c247 struct net_device_stats *stats = &priv->ndev->stats; in pucan_handle_can_rx()
330 struct net_device_stats *stats = &ndev->stats; in pucan_handle_status()
412 struct net_device_stats *stats = &priv->ndev->stats; in pucan_handle_cache_critical()
638 struct net_device_stats *stats = &ndev->stats; in peak_canfd_start_xmit()
/Linux-v4.19/drivers/net/can/ifi_canfd/
Difi_canfd.c250 struct net_device_stats *stats = &ndev->stats; in ifi_canfd_read_fifo()
356 struct net_device_stats *stats = &ndev->stats; in ifi_canfd_handle_lost_msg()
380 struct net_device_stats *stats = &ndev->stats; in ifi_canfd_handle_lec_err()
459 struct net_device_stats *stats = &ndev->stats; in ifi_canfd_handle_state_change()
603 struct net_device_stats *stats = &ndev->stats; in ifi_canfd_isr()
/Linux-v4.19/net/rose/
Drose_dev.c102 struct net_device_stats *stats = &dev->stats; in rose_xmit()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Ddrv_types.h154 struct net_device_stats stats;
/Linux-v4.19/drivers/staging/rtl8712/
Ddrv_types.h171 struct net_device_stats stats;
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap.h36 struct net_device_stats *hostap_get_stats(struct net_device *dev);
/Linux-v4.19/drivers/net/can/cc770/
Dcc770.c459 struct net_device_stats *stats = &dev->stats; in cc770_rx()
510 struct net_device_stats *stats = &dev->stats; in cc770_err()
610 struct net_device_stats *stats = &dev->stats; in cc770_rx_interrupt()
675 struct net_device_stats *stats = &dev->stats; in cc770_tx_interrupt()

123456789