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

/drivers/net/ethernet/neterion/vxge/
H A Dvxge-ethtool.c208 struct ethtool_stats *estats, u64 *tmp_stats)
220 u64 *ptr = tmp_stats;
222 memset(tmp_stats, 0,
207 vxge_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) argument
/drivers/net/ethernet/dec/
H A Dewrk3.c1799 struct ewrk3_stats *tmp_stats = local
1801 if (!tmp_stats) {
1807 memcpy(tmp_stats, &lp->pktStats, sizeof(lp->pktStats));
1811 if (copy_to_user(ioc->data, tmp_stats, sizeof(lp->pktStats)))
1813 kfree(tmp_stats);
/drivers/net/ethernet/ibm/emac/
H A Dcore.c2165 u64 * tmp_stats)
2169 memcpy(tmp_stats, &dev->stats, sizeof(dev->stats));
2170 tmp_stats += sizeof(dev->stats) / sizeof(u64);
2171 memcpy(tmp_stats, &dev->estats, sizeof(dev->estats));
2163 emac_ethtool_get_ethtool_stats(struct net_device *ndev, struct ethtool_stats *estats, u64 * tmp_stats) argument
/drivers/net/ethernet/neterion/
H A Ds2io.c6286 u64 *tmp_stats)
6295 tmp_stats[i++] =
6298 tmp_stats[i++] =
6301 tmp_stats[i++] = le64_to_cpu(stats->tmac_drop_frms);
6302 tmp_stats[i++] =
6305 tmp_stats[i++] =
6308 tmp_stats[i++] = le64_to_cpu(stats->tmac_pause_ctrl_frms);
6309 tmp_stats[i++] =
6312 tmp_stats[i++] =
6315 tmp_stats[
6284 s2io_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) argument
[all...]
/drivers/net/ethernet/realtek/
H A D8139cp.c1471 struct ethtool_stats *estats, u64 *tmp_stats)
1498 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_ok);
1499 tmp_stats[i++] = le64_to_cpu(nic_stats->rx_ok);
1500 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_err);
1501 tmp_stats[i++] = le32_to_cpu(nic_stats->rx_err);
1502 tmp_stats[i++] = le16_to_cpu(nic_stats->rx_fifo);
1503 tmp_stats[i++] = le16_to_cpu(nic_stats->frame_align);
1504 tmp_stats[i++] = le32_to_cpu(nic_stats->tx_ok_1col);
1505 tmp_stats[i++] = le32_to_cpu(nic_stats->tx_ok_mcol);
1506 tmp_stats[
1470 cp_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) argument
[all...]
/drivers/net/ethernet/broadcom/
H A Dtg3.c10858 struct ethtool_stats *estats, u64 *tmp_stats)
10862 tg3_get_estats(tp, (struct tg3_ethtool_stats *)tmp_stats);
10857 tg3_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) argument

Completed in 188 milliseconds