Searched refs:tmp_stats (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/neterion/ |
D | s2io.c | 6285 u64 *tmp_stats) in s2io_get_ethtool_stats() argument 6294 tmp_stats[i++] = in s2io_get_ethtool_stats() 6297 tmp_stats[i++] = in s2io_get_ethtool_stats() 6300 tmp_stats[i++] = le64_to_cpu(stats->tmac_drop_frms); in s2io_get_ethtool_stats() 6301 tmp_stats[i++] = in s2io_get_ethtool_stats() 6304 tmp_stats[i++] = in s2io_get_ethtool_stats() 6307 tmp_stats[i++] = le64_to_cpu(stats->tmac_pause_ctrl_frms); in s2io_get_ethtool_stats() 6308 tmp_stats[i++] = in s2io_get_ethtool_stats() 6311 tmp_stats[i++] = in s2io_get_ethtool_stats() 6314 tmp_stats[i++] = in s2io_get_ethtool_stats() [all …]
|
/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 1505 struct ethtool_stats *estats, u64 *tmp_stats) in cp_get_ethtool_stats() argument 1532 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_ok); in cp_get_ethtool_stats() 1533 tmp_stats[i++] = le64_to_cpu(nic_stats->rx_ok); in cp_get_ethtool_stats() 1534 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_err); in cp_get_ethtool_stats() 1535 tmp_stats[i++] = le32_to_cpu(nic_stats->rx_err); in cp_get_ethtool_stats() 1536 tmp_stats[i++] = le16_to_cpu(nic_stats->rx_fifo); in cp_get_ethtool_stats() 1537 tmp_stats[i++] = le16_to_cpu(nic_stats->frame_align); in cp_get_ethtool_stats() 1538 tmp_stats[i++] = le32_to_cpu(nic_stats->tx_ok_1col); in cp_get_ethtool_stats() 1539 tmp_stats[i++] = le32_to_cpu(nic_stats->tx_ok_mcol); in cp_get_ethtool_stats() 1540 tmp_stats[i++] = le64_to_cpu(nic_stats->rx_ok_phys); in cp_get_ethtool_stats() [all …]
|
/drivers/net/ethernet/neterion/vxge/ |
D | vxge-ethtool.c | 208 struct ethtool_stats *estats, u64 *tmp_stats) in vxge_get_ethtool_stats() argument 220 u64 *ptr = tmp_stats; in vxge_get_ethtool_stats() 222 memset(tmp_stats, 0, in vxge_get_ethtool_stats()
|
/drivers/net/ethernet/ibm/emac/ |
D | core.c | 2199 u64 * tmp_stats) in emac_ethtool_get_ethtool_stats() argument 2203 memcpy(tmp_stats, &dev->stats, sizeof(dev->stats)); in emac_ethtool_get_ethtool_stats() 2204 tmp_stats += sizeof(dev->stats) / sizeof(u64); in emac_ethtool_get_ethtool_stats() 2205 memcpy(tmp_stats, &dev->estats, sizeof(dev->estats)); in emac_ethtool_get_ethtool_stats()
|
/drivers/net/ethernet/broadcom/ |
D | tg3.c | 12394 struct ethtool_stats *estats, u64 *tmp_stats) in tg3_get_ethtool_stats() argument 12399 tg3_get_estats(tp, (struct tg3_ethtool_stats *)tmp_stats); in tg3_get_ethtool_stats() 12401 memset(tmp_stats, 0, sizeof(struct tg3_ethtool_stats)); in tg3_get_ethtool_stats()
|