Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c6280 u64 *tmp_stats) in s2io_get_ethtool_stats() argument
6289 tmp_stats[i++] = in s2io_get_ethtool_stats()
6292 tmp_stats[i++] = in s2io_get_ethtool_stats()
6295 tmp_stats[i++] = le64_to_cpu(stats->tmac_drop_frms); in s2io_get_ethtool_stats()
6296 tmp_stats[i++] = in s2io_get_ethtool_stats()
6299 tmp_stats[i++] = in s2io_get_ethtool_stats()
6302 tmp_stats[i++] = le64_to_cpu(stats->tmac_pause_ctrl_frms); in s2io_get_ethtool_stats()
6303 tmp_stats[i++] = in s2io_get_ethtool_stats()
6306 tmp_stats[i++] = in s2io_get_ethtool_stats()
6309 tmp_stats[i++] = in s2io_get_ethtool_stats()
[all …]
/linux-4.4.14/drivers/net/ethernet/realtek/
D8139cp.c1542 struct ethtool_stats *estats, u64 *tmp_stats) in cp_get_ethtool_stats() argument
1569 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_ok); in cp_get_ethtool_stats()
1570 tmp_stats[i++] = le64_to_cpu(nic_stats->rx_ok); in cp_get_ethtool_stats()
1571 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_err); in cp_get_ethtool_stats()
1572 tmp_stats[i++] = le32_to_cpu(nic_stats->rx_err); in cp_get_ethtool_stats()
1573 tmp_stats[i++] = le16_to_cpu(nic_stats->rx_fifo); in cp_get_ethtool_stats()
1574 tmp_stats[i++] = le16_to_cpu(nic_stats->frame_align); in cp_get_ethtool_stats()
1575 tmp_stats[i++] = le32_to_cpu(nic_stats->tx_ok_1col); in cp_get_ethtool_stats()
1576 tmp_stats[i++] = le32_to_cpu(nic_stats->tx_ok_mcol); in cp_get_ethtool_stats()
1577 tmp_stats[i++] = le64_to_cpu(nic_stats->rx_ok_phys); in cp_get_ethtool_stats()
[all …]
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-ethtool.c223 struct ethtool_stats *estats, u64 *tmp_stats) in vxge_get_ethtool_stats() argument
235 u64 *ptr = tmp_stats; in vxge_get_ethtool_stats()
237 memset(tmp_stats, 0, in vxge_get_ethtool_stats()
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
Dcore.c2189 u64 * tmp_stats) in emac_ethtool_get_ethtool_stats() argument
2193 memcpy(tmp_stats, &dev->stats, sizeof(dev->stats)); in emac_ethtool_get_ethtool_stats()
2194 tmp_stats += sizeof(dev->stats) / sizeof(u64); in emac_ethtool_get_ethtool_stats()
2195 memcpy(tmp_stats, &dev->estats, sizeof(dev->estats)); in emac_ethtool_get_ethtool_stats()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dtg3.c12730 struct ethtool_stats *estats, u64 *tmp_stats) in tg3_get_ethtool_stats() argument
12735 tg3_get_estats(tp, (struct tg3_ethtool_stats *)tmp_stats); in tg3_get_ethtool_stats()
12737 memset(tmp_stats, 0, sizeof(struct tg3_ethtool_stats)); in tg3_get_ethtool_stats()