Searched refs:tmp_stats (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ds2io.c5679 u64 * tmp_stats)
5686 tmp_stats[i++] =
5689 tmp_stats[i++] =
5692 tmp_stats[i++] = le64_to_cpu(stat_info->tmac_drop_frms);
5693 tmp_stats[i++] =
5696 tmp_stats[i++] =
5699 tmp_stats[i++] = le64_to_cpu(stat_info->tmac_pause_ctrl_frms);
5700 tmp_stats[i++] =
5703 tmp_stats[i++] =
5706 tmp_stats[
5677 s2io_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 * tmp_stats) argument
[all...]
H A D8139cp.c1495 struct ethtool_stats *estats, u64 *tmp_stats)
1521 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_ok);
1522 tmp_stats[i++] = le64_to_cpu(nic_stats->rx_ok);
1523 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_err);
1524 tmp_stats[i++] = le32_to_cpu(nic_stats->rx_err);
1525 tmp_stats[i++] = le16_to_cpu(nic_stats->rx_fifo);
1526 tmp_stats[i++] = le16_to_cpu(nic_stats->frame_align);
1527 tmp_stats[i++] = le32_to_cpu(nic_stats->tx_ok_1col);
1528 tmp_stats[i++] = le32_to_cpu(nic_stats->tx_ok_mcol);
1529 tmp_stats[
1494 cp_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) argument
[all...]
H A Dewrk3.c1829 struct ewrk3_stats *tmp_stats = local
1831 if (!tmp_stats) {
1837 memcpy(tmp_stats, &lp->pktStats, sizeof(lp->pktStats));
1841 if (copy_to_user(ioc->data, tmp_stats, sizeof(lp->pktStats)))
1843 kfree(tmp_stats);
H A Dtg3.c8083 struct ethtool_stats *estats, u64 *tmp_stats)
8086 memcpy(tmp_stats, tg3_get_estats(tp), sizeof(tp->estats));
8082 tg3_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_core.c1860 u64 * tmp_stats)
1864 memcpy(tmp_stats, &dev->stats, sizeof(dev->stats));
1865 tmp_stats += sizeof(dev->stats) / sizeof(u64);
1866 memcpy(tmp_stats, &dev->estats, sizeof(dev->estats));
1858 emac_ethtool_get_ethtool_stats(struct net_device *ndev, struct ethtool_stats *estats, u64 * tmp_stats) argument

Completed in 165 milliseconds