Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbnx2.c6370 memset(bp->temp_stats_blk, 0, sizeof(struct statistics_block)); in bnx2_open()
6760 u32 *temp_stats = (u32 *) bp->temp_stats_blk; in bnx2_save_stats()
6785 GET_64BIT_NET_STATS64(bp->temp_stats_blk->ctr)
6789 bp->temp_stats_blk->ctr)
7638 u32 *temp_stats = (u32 *) bp->temp_stats_blk; in bnx2_get_ethtool_stats()
8085 bp->temp_stats_blk = in bnx2_init_board()
8088 if (bp->temp_stats_blk == NULL) { in bnx2_init_board()
8606 kfree(bp->temp_stats_blk); in bnx2_remove_one()
Dbnx2.h6932 struct statistics_block *temp_stats_blk; member