Searched refs:estats (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_stats.c60 ADD_64(estats->t##_hi, diff.hi, \
61 estats->t##_lo, diff.lo); \
561 struct bnx2x_eth_stats *estats = &bp->eth_stats; local
597 estats->pause_frames_received_hi =
599 estats->pause_frames_received_lo =
602 estats->pause_frames_sent_hi =
604 estats->pause_frames_sent_lo =
612 struct bnx2x_eth_stats *estats = &bp->eth_stats; local
646 estats->pause_frames_received_hi =
648 estats
670 struct bnx2x_eth_stats *estats = &bp->eth_stats; local
724 struct bnx2x_eth_stats *estats = &bp->eth_stats; local
955 struct bnx2x_eth_stats *estats = &bp->eth_stats; local
1021 struct bnx2x_eth_stats *estats = &bp->eth_stats; local
1058 struct bnx2x_eth_stats *estats = &bp->eth_stats; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_pppvar.h162 struct enet_statistics estats; /* more detailed stats */ member in struct:ppp
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/linux/
H A Dif_pppvar.h131 struct enet_statistics estats; /* more detailed stats */ member in struct:ppp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dforcedeth.c748 struct nv_ethtool_stats estats; member in struct:fe_priv
1649 np->estats.tx_bytes += readl(base + NvRegTxCnt);
1650 np->estats.tx_zero_rexmt += readl(base + NvRegTxZeroReXmt);
1651 np->estats.tx_one_rexmt += readl(base + NvRegTxOneReXmt);
1652 np->estats.tx_many_rexmt += readl(base + NvRegTxManyReXmt);
1653 np->estats.tx_late_collision += readl(base + NvRegTxLateCol);
1654 np->estats.tx_fifo_errors += readl(base + NvRegTxUnderflow);
1655 np->estats.tx_carrier_errors += readl(base + NvRegTxLossCarrier);
1656 np->estats.tx_excess_deferral += readl(base + NvRegTxExcessDef);
1657 np->estats
4681 nv_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *buffer) argument
[all...]
H A Dgianfar.c2612 struct gfar_extra_stats *estats = &priv->extra_stats; local
2619 estats->rx_trunc++;
2628 estats->rx_large++;
2630 estats->rx_short++;
2634 estats->rx_nonoctet++;
2637 estats->rx_crcerr++;
2641 estats->rx_overrun++;
H A Dtg3.h2763 struct tg3_ethtool_stats estats; member in struct:tg3
H A D8139cp.c1501 struct ethtool_stats *estats, u64 *tmp_stats)
1500 cp_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) argument
H A Dtg3.c9064 estats->member = old_estats->member + \
9069 struct tg3_ethtool_stats *estats = &tp->estats; local
9152 return estats;
10083 struct ethtool_stats *estats, u64 *tmp_stats)
10086 memcpy(tmp_stats, tg3_get_estats(tp), sizeof(tp->estats));
10082 tg3_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) argument
H A Dcassini.c4530 struct ethtool_stats *estats, u64 *data)
4529 cas_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *data) argument
H A Ds2io.c6351 struct ethtool_stats *estats,
6350 s2io_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dcore.c962 ++dev->estats.rx_dropped_resize;
973 ++dev->estats.rx_dropped_resize;
1059 ++dev->estats.tx_dropped;
1448 ++dev->estats.tx_undo;
1459 struct emac_error_stats *st = &dev->estats;
1549 struct emac_error_stats *st = &dev->estats;
1592 ++dev->estats.rx_dropped_mtu;
1634 ++dev->estats.rx_dropped_error;
1641 ++dev->estats.rx_dropped_stack;
1666 ++dev->estats
2126 emac_ethtool_get_ethtool_stats(struct net_device *ndev, struct ethtool_stats *estats, u64 * tmp_stats) argument
[all...]
H A Dcore.h264 struct emac_error_stats estats; member in struct:emac_instance
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vxge/
H A Dvxge-ethtool.c206 struct ethtool_stats *estats, u64 *tmp_stats)
205 vxge_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) argument

Completed in 376 milliseconds