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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ds2io.c6352 u64 *tmp_stats)
6361 tmp_stats[i++] =
6364 tmp_stats[i++] =
6367 tmp_stats[i++] = le64_to_cpu(stats->tmac_drop_frms);
6368 tmp_stats[i++] =
6371 tmp_stats[i++] =
6374 tmp_stats[i++] = le64_to_cpu(stats->tmac_pause_ctrl_frms);
6375 tmp_stats[i++] =
6378 tmp_stats[i++] =
6381 tmp_stats[
6350 s2io_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) argument
[all...]
H A D8139cp.c1501 struct ethtool_stats *estats, u64 *tmp_stats)
1528 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_ok);
1529 tmp_stats[i++] = le64_to_cpu(nic_stats->rx_ok);
1530 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_err);
1531 tmp_stats[i++] = le32_to_cpu(nic_stats->rx_err);
1532 tmp_stats[i++] = le16_to_cpu(nic_stats->rx_fifo);
1533 tmp_stats[i++] = le16_to_cpu(nic_stats->frame_align);
1534 tmp_stats[i++] = le32_to_cpu(nic_stats->tx_ok_1col);
1535 tmp_stats[i++] = le32_to_cpu(nic_stats->tx_ok_mcol);
1536 tmp_stats[
1500 cp_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) argument
[all...]
H A Dewrk3.c1812 struct ewrk3_stats *tmp_stats = local
1814 if (!tmp_stats) {
1820 memcpy(tmp_stats, &lp->pktStats, sizeof(lp->pktStats));
1824 if (copy_to_user(ioc->data, tmp_stats, sizeof(lp->pktStats)))
1826 kfree(tmp_stats);
H A Dtg3.c10083 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
/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)
219 u64 *ptr = tmp_stats;
221 memset(tmp_stats, 0,
205 vxge_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.c2128 u64 * tmp_stats)
2132 memcpy(tmp_stats, &dev->stats, sizeof(dev->stats));
2133 tmp_stats += sizeof(dev->stats) / sizeof(u64);
2134 memcpy(tmp_stats, &dev->estats, sizeof(dev->estats));
2126 emac_ethtool_get_ethtool_stats(struct net_device *ndev, struct ethtool_stats *estats, u64 * tmp_stats) argument

Completed in 99 milliseconds