Home
last modified time | relevance | path

Searched refs:stats_init (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c1571 if (bp->stats_init) { in bnx2x_memset_stats()
1581 if (bp->stats_init) { in bnx2x_memset_stats()
1595 bp->stats_init = false; in bnx2x_memset_stats()
1625 if (!bp->stats_init && bp->port.pmf && bp->port.port_stx) in bnx2x_stats_init()
1646 if (bp->stats_init) { in bnx2x_stats_init()
Dbnx2x.h1719 bool stats_init; member
Dbnx2x_main.c12474 bp->stats_init = true; in bnx2x_open()
/Linux-v5.10/drivers/md/
Ddm-cache-policy-smq.c526 static void stats_init(struct stats *s, unsigned nr_levels) in stats_init() function
1790 stats_init(&mq->hotspot_stats, NR_HOTSPOT_LEVELS); in __smq_create()
1791 stats_init(&mq->cache_stats, NR_CACHE_LEVELS); in __smq_create()