Home
last modified time | relevance | path

Searched refs:stats_blk (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/broadcom/
Dbnx2.c823 bp->stats_blk = NULL; in bnx2_free_stats_blk()
847 bp->stats_blk = status_blk + status_blk_size; in bnx2_alloc_stats_blk()
6196 bp->stats_blk->stat_FwRxDrop = in bnx2_timer()
6785 u32 *hw_stats = (u32 *) bp->stats_blk; in bnx2_save_stats()
6810 GET_64BIT_NET_STATS64(bp->stats_blk->ctr) + \
6814 (unsigned long) (bp->stats_blk->ctr + \
6822 if (!bp->stats_blk) in bnx2_get_stats64()
7677 u32 *hw_stats = (u32 *) bp->stats_blk; in bnx2_get_ethtool_stats()
Dbnx2.h6932 struct statistics_block *stats_blk; member