Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/
H A Ds2io.c6224 u64 *tmp_stats) in s2io_get_ethtool_stats()
6233 tmp_stats[i++] = in s2io_get_ethtool_stats()
6236 tmp_stats[i++] = in s2io_get_ethtool_stats()
6239 tmp_stats[i++] = le64_to_cpu(stats->tmac_drop_frms); in s2io_get_ethtool_stats()
6240 tmp_stats[i++] = in s2io_get_ethtool_stats()
6243 tmp_stats[i++] = in s2io_get_ethtool_stats()
6246 tmp_stats[i++] = le64_to_cpu(stats->tmac_pause_ctrl_frms); in s2io_get_ethtool_stats()
6247 tmp_stats[i++] = in s2io_get_ethtool_stats()
6250 tmp_stats[i++] = in s2io_get_ethtool_stats()
6253 tmp_stats[ in s2io_get_ethtool_stats()
6222 s2io_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) s2io_get_ethtool_stats() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/
H A Ds2io.c6231 u64 *tmp_stats) in s2io_get_ethtool_stats()
6240 tmp_stats[i++] = in s2io_get_ethtool_stats()
6243 tmp_stats[i++] = in s2io_get_ethtool_stats()
6246 tmp_stats[i++] = le64_to_cpu(stats->tmac_drop_frms); in s2io_get_ethtool_stats()
6247 tmp_stats[i++] = in s2io_get_ethtool_stats()
6250 tmp_stats[i++] = in s2io_get_ethtool_stats()
6253 tmp_stats[i++] = le64_to_cpu(stats->tmac_pause_ctrl_frms); in s2io_get_ethtool_stats()
6254 tmp_stats[i++] = in s2io_get_ethtool_stats()
6257 tmp_stats[i++] = in s2io_get_ethtool_stats()
6260 tmp_stats[ in s2io_get_ethtool_stats()
6229 s2io_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) s2io_get_ethtool_stats() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H A D8139cp.c1537 struct ethtool_stats *estats, u64 *tmp_stats) in cp_get_ethtool_stats()
1564 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_ok); in cp_get_ethtool_stats()
1565 tmp_stats[i++] = le64_to_cpu(nic_stats->rx_ok); in cp_get_ethtool_stats()
1566 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_err); in cp_get_ethtool_stats()
1567 tmp_stats[i++] = le32_to_cpu(nic_stats->rx_err); in cp_get_ethtool_stats()
1568 tmp_stats[i++] = le16_to_cpu(nic_stats->rx_fifo); in cp_get_ethtool_stats()
1569 tmp_stats[i++] = le16_to_cpu(nic_stats->frame_align); in cp_get_ethtool_stats()
1570 tmp_stats[i++] = le32_to_cpu(nic_stats->tx_ok_1col); in cp_get_ethtool_stats()
1571 tmp_stats[i++] = le32_to_cpu(nic_stats->tx_ok_mcol); in cp_get_ethtool_stats()
1572 tmp_stats[ in cp_get_ethtool_stats()
1536 cp_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) cp_get_ethtool_stats() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/
H A D8139cp.c1539 struct ethtool_stats *estats, u64 *tmp_stats) in cp_get_ethtool_stats()
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[ in cp_get_ethtool_stats()
1538 cp_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) cp_get_ethtool_stats() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c324 int stat, tmp_stats; in nicvf_get_ethtool_stats() local
336 tmp_stats = 0; in nicvf_get_ethtool_stats()
338 tmp_stats += ((u64 *)per_cpu_ptr(nic->drv_stats, cpu)) in nicvf_get_ethtool_stats()
340 *(data++) = tmp_stats; in nicvf_get_ethtool_stats()
H A Dnicvf_main.c1663 u64 tmp_stats = 0; in nicvf_update_stats() local
1703 tmp_stats += drv_stats->tx_tso; in nicvf_update_stats()
1705 stats->tx_drops = tmp_stats - stats->tx_drops; in nicvf_update_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c325 int stat, tmp_stats; in nicvf_get_ethtool_stats() local
337 tmp_stats = 0; in nicvf_get_ethtool_stats()
339 tmp_stats += ((u64 *)per_cpu_ptr(nic->drv_stats, cpu)) in nicvf_get_ethtool_stats()
341 *(data++) = tmp_stats; in nicvf_get_ethtool_stats()
H A Dnicvf_main.c1659 u64 tmp_stats = 0; in nicvf_update_stats() local
1699 tmp_stats += drv_stats->tx_tso; in nicvf_update_stats()
1701 stats->tx_drops = tmp_stats - stats->tx_drops; in nicvf_update_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c715 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H A Dvxge-ethtool.c230 struct ethtool_stats *estats, u64 *tmp_stats) in vxge_get_ethtool_stats()
242 u64 *ptr = tmp_stats; in vxge_get_ethtool_stats()
244 memset(tmp_stats, 0, in vxge_get_ethtool_stats()
229 vxge_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) vxge_get_ethtool_stats() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/
H A Dcore.c2269 u64 * tmp_stats) in emac_ethtool_get_ethtool_stats()
2273 memcpy(tmp_stats, &dev->stats, sizeof(dev->stats)); in emac_ethtool_get_ethtool_stats()
2274 tmp_stats += sizeof(dev->stats) / sizeof(u64); in emac_ethtool_get_ethtool_stats()
2275 memcpy(tmp_stats, &dev->estats, sizeof(dev->estats)); in emac_ethtool_get_ethtool_stats()
2267 emac_ethtool_get_ethtool_stats(struct net_device *ndev, struct ethtool_stats *estats, u64 * tmp_stats) emac_ethtool_get_ethtool_stats() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/
H A Dcore.c2274 u64 * tmp_stats) in emac_ethtool_get_ethtool_stats()
2278 memcpy(tmp_stats, &dev->stats, sizeof(dev->stats)); in emac_ethtool_get_ethtool_stats()
2279 tmp_stats += sizeof(dev->stats) / sizeof(u64); in emac_ethtool_get_ethtool_stats()
2280 memcpy(tmp_stats, &dev->estats, sizeof(dev->estats)); in emac_ethtool_get_ethtool_stats()
2272 emac_ethtool_get_ethtool_stats(struct net_device *ndev, struct ethtool_stats *estats, u64 * tmp_stats) emac_ethtool_get_ethtool_stats() argument
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvector_kern.c1485 u64 *tmp_stats) in vector_get_ethtool_stats()
1489 memcpy(tmp_stats, &vp->estats, sizeof(struct vector_estats)); in vector_get_ethtool_stats()
1483 vector_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) vector_get_ethtool_stats() argument
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvector_kern.c1480 u64 *tmp_stats) in vector_get_ethtool_stats()
1484 memcpy(tmp_stats, &vp->estats, sizeof(struct vector_estats)); in vector_get_ethtool_stats()
1478 vector_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) vector_get_ethtool_stats() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c12830 struct ethtool_stats *estats, u64 *tmp_stats) in tg3_get_ethtool_stats()
12835 tg3_get_estats(tp, (struct tg3_ethtool_stats *)tmp_stats); in tg3_get_ethtool_stats()
12837 memset(tmp_stats, 0, sizeof(struct tg3_ethtool_stats)); in tg3_get_ethtool_stats()
12829 tg3_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) tg3_get_ethtool_stats() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dtg3.c12816 struct ethtool_stats *estats, u64 *tmp_stats) in tg3_get_ethtool_stats()
12821 tg3_get_estats(tp, (struct tg3_ethtool_stats *)tmp_stats); in tg3_get_ethtool_stats()
12823 memset(tmp_stats, 0, sizeof(struct tg3_ethtool_stats)); in tg3_get_ethtool_stats()
12815 tg3_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *tmp_stats) tg3_get_ethtool_stats() argument

Completed in 80 milliseconds