Home
last modified time | relevance | path

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

12345678

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_stats.h127 #define MLX4_FIND_NETDEV_STAT(n) (offsetof(struct net_device_stats, n) / \
128 sizeof(((struct net_device_stats *)0)->n))
/Linux-v6.6/drivers/net/can/
Dvcan.c74 struct net_device_stats *stats = &dev->stats; in vcan_rx()
88 struct net_device_stats *stats = &dev->stats; in vcan_tx()
Dsun4i_can.c479 struct net_device_stats *stats = &dev->stats; in sun4i_can_rx()
528 struct net_device_stats *stats = &dev->stats; in sun4i_can_err()
652 struct net_device_stats *stats = &dev->stats; in sun4i_can_interrupt()
/Linux-v6.6/drivers/net/ethernet/arc/
Demac_main.c113 struct net_device_stats *stats = &ndev->stats; in arc_emac_tx_clean()
181 struct net_device_stats *stats = &ndev->stats; in arc_emac_rx()
275 struct net_device_stats *stats = &ndev->stats; in arc_emac_rx_miss_handle()
356 struct net_device_stats *stats = &ndev->stats; in arc_emac_intr()
641 static struct net_device_stats *arc_emac_stats(struct net_device *ndev) in arc_emac_stats()
644 struct net_device_stats *stats = &ndev->stats; in arc_emac_stats()
680 struct net_device_stats *stats = &ndev->stats; in arc_emac_tx()
793 struct net_device_stats *stats = &ndev->stats; in arc_emac_restart()
/Linux-v6.6/net/netrom/
Dnr_dev.c42 struct net_device_stats *stats = &dev->stats; in nr_rx_ip()
141 struct net_device_stats *stats = &dev->stats; in nr_xmit()
/Linux-v6.6/drivers/net/ethernet/8390/
D8390.h42 struct net_device_stats *ei_get_stats(struct net_device *dev);
60 struct net_device_stats *eip_get_stats(struct net_device *dev);
D8390.c27 struct net_device_stats *ei_get_stats(struct net_device *dev) in ei_get_stats()
D8390p.c32 struct net_device_stats *eip_get_stats(struct net_device *dev) in eip_get_stats()
/Linux-v6.6/drivers/net/can/dev/
Drx-offload.c48 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-v6.6/drivers/net/ethernet/qualcomm/
Dqca_uart.c67 struct net_device_stats *n_stats = &netdev->stats; in qca_tty_receive()
129 struct net_device_stats *n_stats = &qca->net_dev->stats; in qcauart_transmit()
200 struct net_device_stats *n_stats = &dev->stats; in qcauart_netdev_xmit()
/Linux-v6.6/include/linux/
Dscc.h53 struct net_device_stats dev_stat;/* device statistics */
Dif_fddi.h31 struct net_device_stats gen;
/Linux-v6.6/drivers/staging/gdm724x/
Dgdm_lte.h55 struct net_device_stats stats;
/Linux-v6.6/drivers/net/wireless/legacy/
Dray_cs.h52 struct net_device_stats stats;
/Linux-v6.6/drivers/net/can/peak_canfd/
Dpeak_canfd.c254 struct net_device_stats *stats = &priv->ndev->stats; in pucan_handle_can_rx()
342 struct net_device_stats *stats = &ndev->stats; in pucan_handle_status()
421 struct net_device_stats *stats = &priv->ndev->stats; in pucan_handle_cache_critical()
645 struct net_device_stats *stats = &ndev->stats; in peak_canfd_start_xmit()
/Linux-v6.6/net/rose/
Drose_dev.c99 struct net_device_stats *stats = &dev->stats; in rose_xmit()
/Linux-v6.6/drivers/net/ethernet/natsemi/
Dsonic.h326 struct net_device_stats stats;
339 static struct net_device_stats *sonic_get_stats(struct net_device *dev);
/Linux-v6.6/drivers/net/ethernet/sunplus/
Dspl2sw_int.c21 struct net_device_stats *stats; in spl2sw_rx_poll()
142 struct net_device_stats *stats; in spl2sw_tx_poll()
/Linux-v6.6/drivers/staging/rtl8712/
Ddrv_types.h156 struct net_device_stats stats;
/Linux-v6.6/drivers/net/ipa/
Dipa_modem.c120 struct net_device_stats *stats = &netdev->stats; in ipa_start_xmit()
184 struct net_device_stats *stats = &netdev->stats; in ipa_modem_skb_rx()
/Linux-v6.6/drivers/net/can/sja1000/
Dsja1000.c341 struct net_device_stats *stats = &dev->stats; in sja1000_rx()
409 struct net_device_stats *stats = &dev->stats; in sja1000_err()
528 struct net_device_stats *stats = &dev->stats; in sja1000_interrupt()
/Linux-v6.6/drivers/net/wireless/intersil/hostap/
Dhostap.h38 struct net_device_stats *hostap_get_stats(struct net_device *dev);
Dhostap_wlan.h763 struct net_device_stats apdevstats;
767 struct net_device_stats stadevstats;
899 struct net_device_stats stats;
/Linux-v6.6/drivers/net/can/ifi_canfd/
Difi_canfd.c250 struct net_device_stats *stats = &ndev->stats; in ifi_canfd_read_fifo()
353 struct net_device_stats *stats = &ndev->stats; in ifi_canfd_handle_lost_msg()
377 struct net_device_stats *stats = &ndev->stats; in ifi_canfd_handle_lec_err()
595 struct net_device_stats *stats = &ndev->stats; in ifi_canfd_isr()
/Linux-v6.6/drivers/net/can/mscan/
Dmscan.c338 struct net_device_stats *stats = &dev->stats; in mscan_get_err_frame()
384 struct net_device_stats *stats = &dev->stats; in mscan_rx_poll()
432 struct net_device_stats *stats = &dev->stats; in mscan_isr()

12345678