Searched refs:pcpu_stat_type (Results 1 - 25 of 29) sorted by path

12

/linux-master/drivers/infiniband/hw/hfi1/
H A Dipoib_main.c222 netdev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
/linux-master/drivers/net/
H A Damt.c3107 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
H A Dbareudp.c570 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
H A Ddummy.c70 dev->pcpu_stat_type = NETDEV_PCPU_STAT_LSTATS;
H A Dgeneve.c1204 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
H A Dgtp.c1354 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
H A Dloopback.c190 dev->pcpu_stat_type = NETDEV_PCPU_STAT_LSTATS;
H A Dmacsec.c3554 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
H A Dnetkit.c238 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
H A Dnlmon.c74 dev->pcpu_stat_type = NETDEV_PCPU_STAT_LSTATS;
H A Dtun.c989 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
H A Dveth.c1712 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
H A Dvrf.c1688 dev->pcpu_stat_type = NETDEV_PCPU_STAT_DSTATS;
H A Dvsockmon.c97 dev->pcpu_stat_type = NETDEV_PCPU_STAT_LSTATS;
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c5471 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
/linux-master/drivers/net/usb/
H A Dqmi_wwan.c135 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
H A Dusbnet.c1736 net->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
1741 net->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c3334 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
/linux-master/drivers/net/wireguard/
H A Ddevice.c298 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.c471 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
/linux-master/include/linux/
H A Dnetdevice.h1940 * @pcpu_stat_type: Type of device statistics which the core should
2324 enum netdev_stat_type pcpu_stat_type:8; member in struct:net_device
/linux-master/net/bridge/
H A Dbr_device.c496 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
/linux-master/net/core/
H A Ddev.c10219 dev->pcpu_stat_type != NETDEV_PCPU_STAT_TSTATS)
10222 switch (dev->pcpu_stat_type) {
10243 switch (dev->pcpu_stat_type) {
10779 } else if (dev->pcpu_stat_type == NETDEV_PCPU_STAT_TSTATS) {
/linux-master/net/dsa/
H A Duser.c2731 user_dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
/linux-master/net/ipv6/
H A Dip6_gre.c1454 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
1934 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;
2237 dev->pcpu_stat_type = NETDEV_PCPU_STAT_TSTATS;

Completed in 1171 milliseconds

12