Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/broadcom/ !
Dbnx2.c822 bp->stats_blk = NULL; in bnx2_free_stats_blk()
846 bp->stats_blk = status_blk + status_blk_size; in bnx2_alloc_stats_blk()
6179 bp->stats_blk->stat_FwRxDrop = in bnx2_timer()
6768 u32 *hw_stats = (u32 *) bp->stats_blk; in bnx2_save_stats()
6793 GET_64BIT_NET_STATS64(bp->stats_blk->ctr) + \
6797 (unsigned long) (bp->stats_blk->ctr + \
6805 if (!bp->stats_blk) in bnx2_get_stats64()
7660 u32 *hw_stats = (u32 *) bp->stats_blk; in bnx2_get_ethtool_stats()
Dbnx2.h6931 struct statistics_block *stats_blk; member