Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbnx2.c825 bp->stats_blk = NULL; in bnx2_free_stats_blk()
849 bp->stats_blk = status_blk + status_blk_size; in bnx2_alloc_stats_blk()
6187 bp->stats_blk->stat_FwRxDrop = in bnx2_timer()
6777 u32 *hw_stats = (u32 *) bp->stats_blk; in bnx2_save_stats()
6802 GET_64BIT_NET_STATS64(bp->stats_blk->ctr) + \
6806 (unsigned long) (bp->stats_blk->ctr + \
6814 if (bp->stats_blk == NULL) in bnx2_get_stats64()
7655 u32 *hw_stats = (u32 *) bp->stats_blk; in bnx2_get_ethtool_stats()
Dbnx2.h6932 struct statistics_block *stats_blk; member