statistics_block 846 drivers/net/ethernet/broadcom/bnx2.c sizeof(struct statistics_block); statistics_block 6402 drivers/net/ethernet/broadcom/bnx2.c memset(bp->temp_stats_blk, 0, sizeof(struct statistics_block)); statistics_block 6806 drivers/net/ethernet/broadcom/bnx2.c for ( ; i < sizeof(struct statistics_block) / 4; i++) statistics_block 7501 drivers/net/ethernet/broadcom/bnx2.c #define STATS_OFFSET32(offset_name) (offsetof(struct statistics_block, offset_name) / 4) statistics_block 8119 drivers/net/ethernet/broadcom/bnx2.c kzalloc(sizeof(struct statistics_block), GFP_KERNEL); statistics_block 6932 drivers/net/ethernet/broadcom/bnx2.h struct statistics_block *stats_blk; statistics_block 6933 drivers/net/ethernet/broadcom/bnx2.h struct statistics_block *temp_stats_blk;