Searched refs:gather_stats (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/infiniband/hw/irdma/ |
| D | utils.c | 1694 struct irdma_gather_stats *gather_stats = in irdma_cqp_gather_stats_gen1() local 1705 gather_stats->rxvlanerr = in irdma_cqp_gather_stats_gen1() 1709 gather_stats->ip4rxdiscard = in irdma_cqp_gather_stats_gen1() 1713 gather_stats->ip4rxtrunc = in irdma_cqp_gather_stats_gen1() 1717 gather_stats->ip4txnoroute = in irdma_cqp_gather_stats_gen1() 1721 gather_stats->ip6rxdiscard = in irdma_cqp_gather_stats_gen1() 1725 gather_stats->ip6rxtrunc = in irdma_cqp_gather_stats_gen1() 1729 gather_stats->ip6txnoroute = in irdma_cqp_gather_stats_gen1() 1733 gather_stats->tcprtxseg = in irdma_cqp_gather_stats_gen1() 1737 gather_stats->tcprxopterr = in irdma_cqp_gather_stats_gen1() [all …]
|
| D | ctrl.c | 5358 struct irdma_gather_stats *gather_stats; in sc_vsi_update_stats() local 5361 gather_stats = vsi->pestat->gather_info.gather_stats_va; in sc_vsi_update_stats() 5363 irdma_update_stats(&vsi->pestat->hw_stats, gather_stats, in sc_vsi_update_stats() 5479 struct irdma_gather_stats *gather_stats, in irdma_update_stats() argument 5485 IRDMA_STATS_DELTA(gather_stats->rxvlanerr, in irdma_update_stats() 5489 IRDMA_STATS_DELTA(gather_stats->ip4rxdiscard, in irdma_update_stats() 5493 IRDMA_STATS_DELTA(gather_stats->ip4rxtrunc, in irdma_update_stats() 5497 IRDMA_STATS_DELTA(gather_stats->ip4txnoroute, in irdma_update_stats() 5501 IRDMA_STATS_DELTA(gather_stats->ip6rxdiscard, in irdma_update_stats() 5505 IRDMA_STATS_DELTA(gather_stats->ip6rxtrunc, in irdma_update_stats() [all …]
|
| D | protos.h | 52 struct irdma_gather_stats *gather_stats,
|
| /Linux-v5.15/fs/proc/ |
| D | task_mmu.c | 1713 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() function 1805 gather_stats(page, md, pmd_dirty(*pmd), in gather_pte_stats() 1819 gather_stats(page, md, pte_dirty(*pte), 1); in gather_pte_stats() 1842 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()
|
| /Linux-v5.15/drivers/net/wireless/intel/ipw2x00/ |
| D | ipw2200.h | 1299 struct delayed_work gather_stats; member
|
| D | ipw2200.c | 4361 schedule_delayed_work(&priv->gather_stats, IPW_STATS_INTERVAL); in ipw_gather_stats() 4367 container_of(work, struct ipw_priv, gather_stats.work); in ipw_bg_gather_stats() 10622 cancel_delayed_work(&priv->gather_stats); in ipw_link_down() 10660 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats); in ipw_setup_deferred_work() 11803 cancel_delayed_work_sync(&priv->gather_stats); in ipw_pci_remove()
|