Searched refs:tmp_stats (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/realtek/ |
| H A D | 8139cp.c | 1539 struct ethtool_stats *estats, u64 *tmp_stats) in cp_get_ethtool_stats() argument 1566 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_ok); in cp_get_ethtool_stats() 1567 tmp_stats[i++] = le64_to_cpu(nic_stats->rx_ok); in cp_get_ethtool_stats() 1568 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_err); in cp_get_ethtool_stats() 1569 tmp_stats[i++] = le32_to_cpu(nic_stats->rx_err); in cp_get_ethtool_stats() 1570 tmp_stats[i++] = le16_to_cpu(nic_stats->rx_fifo); in cp_get_ethtool_stats() 1571 tmp_stats[i++] = le16_to_cpu(nic_stats->frame_align); in cp_get_ethtool_stats() 1572 tmp_stats[i++] = le32_to_cpu(nic_stats->tx_ok_1col); in cp_get_ethtool_stats() 1573 tmp_stats[i++] = le32_to_cpu(nic_stats->tx_ok_mcol); in cp_get_ethtool_stats() 1574 tmp_stats[i++] = le64_to_cpu(nic_stats->rx_ok_phys); in cp_get_ethtool_stats() [all …]
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | conntrack.c | 715 enum flow_action_hw_stats tmp_stats = FLOW_ACTION_HW_STATS_DONT_CARE; in nfp_fl_merge_actions_offload() local 733 tmp_stats = rules[num_rules - 1]->action.entries[0].hw_stats; in nfp_fl_merge_actions_offload() 781 a_in->hw_stats = tmp_stats; in nfp_fl_merge_actions_offload() 799 csum_action->hw_stats = tmp_stats; in nfp_fl_merge_actions_offload()
|
| /linux/drivers/net/ethernet/cavium/thunder/ |
| H A D | nicvf_main.c | 1653 u64 tmp_stats = 0; in nicvf_update_stats() local 1693 tmp_stats += drv_stats->tx_tso; in nicvf_update_stats() 1695 stats->tx_drops = tmp_stats - stats->tx_drops; in nicvf_update_stats()
|
| /linux/arch/um/drivers/ |
| H A D | vector_kern.c | 1459 u64 *tmp_stats) in vector_get_ethtool_stats() 1471 memcpy(tmp_stats, &vp->estats, sizeof(struct vector_estats)); in vector_get_ethtool_stats() 1461 vector_get_ethtool_stats(struct net_device * dev,struct ethtool_stats * estats,u64 * tmp_stats) vector_get_ethtool_stats() argument
|
| /linux/drivers/net/ethernet/ibm/emac/ |
| H A D | core.c | 2253 u64 * tmp_stats) in emac_ethtool_get_ethtool_stats() argument 2257 memcpy(tmp_stats, &dev->stats, sizeof(dev->stats)); in emac_ethtool_get_ethtool_stats() 2258 tmp_stats += sizeof(dev->stats) / sizeof(u64); in emac_ethtool_get_ethtool_stats() 2259 memcpy(tmp_stats, &dev->estats, sizeof(dev->estats)); in emac_ethtool_get_ethtool_stats()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 12893 struct ethtool_stats *estats, u64 *tmp_stats) in tg3_get_ethtool_stats() argument 12898 tg3_get_estats(tp, (struct tg3_ethtool_stats *)tmp_stats); in tg3_get_ethtool_stats() 12900 memset(tmp_stats, 0, sizeof(struct tg3_ethtool_stats)); in tg3_get_ethtool_stats()
|