Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c1570 if (bp->stats_init) { in bnx2x_memset_stats()
1580 if (bp->stats_init) { in bnx2x_memset_stats()
1594 bp->stats_init = false; in bnx2x_memset_stats()
1624 if (!bp->stats_init && bp->port.pmf && bp->port.port_stx) in bnx2x_stats_init()
1645 if (bp->stats_init) { in bnx2x_stats_init()
H A Dbnx2x.h1720 bool stats_init; member
H A Dbnx2x_main.c12440 bp->stats_init = true; in bnx2x_open()
/linux-6.15/drivers/md/
H A Ddm-cache-policy-smq.c528 static void stats_init(struct stats *s, unsigned int nr_levels) in stats_init() function
1800 stats_init(&mq->hotspot_stats, NR_HOTSPOT_LEVELS); in __smq_create()
1801 stats_init(&mq->cache_stats, NR_CACHE_LEVELS); in __smq_create()