Searched refs:gather_stats (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/irdma/ |
A D | utils.c | 1698 gather_stats->rxvlanerr = in irdma_cqp_gather_stats_gen1() 1726 gather_stats->tcprtxseg = in irdma_cqp_gather_stats_gen1() 1735 gather_stats->ip4rxocts = in irdma_cqp_gather_stats_gen1() 1739 gather_stats->ip4rxpkts = in irdma_cqp_gather_stats_gen1() 1743 gather_stats->ip4txfrag = in irdma_cqp_gather_stats_gen1() 1751 gather_stats->ip4txocts = in irdma_cqp_gather_stats_gen1() 1755 gather_stats->ip4txpkts = in irdma_cqp_gather_stats_gen1() 1759 gather_stats->ip4txfrag = in irdma_cqp_gather_stats_gen1() 1767 gather_stats->ip6rxocts = in irdma_cqp_gather_stats_gen1() 1831 gather_stats->rdmavbn = in irdma_cqp_gather_stats_gen1() [all …]
|
A D | ctrl.c | 5294 struct irdma_gather_stats *gather_stats; in sc_vsi_update_stats() local 5414 struct irdma_gather_stats *gather_stats, in irdma_update_stats() argument 5420 IRDMA_STATS_DELTA(gather_stats->rxvlanerr, in irdma_update_stats() 5448 IRDMA_STATS_DELTA(gather_stats->tcprtxseg, in irdma_update_stats() 5473 IRDMA_STATS_DELTA(gather_stats->ip4rxocts, in irdma_update_stats() 5477 IRDMA_STATS_DELTA(gather_stats->ip4rxpkts, in irdma_update_stats() 5481 IRDMA_STATS_DELTA(gather_stats->ip4txfrag, in irdma_update_stats() 5489 IRDMA_STATS_DELTA(gather_stats->ip4txocts, in irdma_update_stats() 5493 IRDMA_STATS_DELTA(gather_stats->ip4txpkts, in irdma_update_stats() 5569 IRDMA_STATS_DELTA(gather_stats->rdmavbn, in irdma_update_stats() [all …]
|
A D | protos.h | 45 struct irdma_gather_stats *gather_stats,
|
/linux-6.3-rc2/fs/proc/ |
A D | task_mmu.c | 1789 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() function 1881 gather_stats(page, md, pmd_dirty(*pmd), in gather_pte_stats() 1895 gather_stats(page, md, pte_dirty(*pte), 1); in gather_pte_stats() 1916 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()
|
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/ |
A D | ipw2200.h | 1299 struct delayed_work gather_stats; member
|
A D | ipw2200.c | 4344 schedule_delayed_work(&priv->gather_stats, IPW_STATS_INTERVAL); in ipw_gather_stats() 4350 container_of(work, struct ipw_priv, gather_stats.work); in ipw_bg_gather_stats() 10605 cancel_delayed_work(&priv->gather_stats); in ipw_link_down() 10643 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats); in ipw_setup_deferred_work() 11791 cancel_delayed_work_sync(&priv->gather_stats); in ipw_pci_remove()
|
Completed in 50 milliseconds