Home
last modified time | relevance | path

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

/drivers/net/
Dbnx2.c660 int i, status_blk_size, err; in bnx2_alloc_mem() local
665 status_blk_size = L1_CACHE_ALIGN(sizeof(struct status_block)); in bnx2_alloc_mem()
667 status_blk_size = L1_CACHE_ALIGN(BNX2_MAX_MSIX_HW_VEC * in bnx2_alloc_mem()
669 bp->status_stats_size = status_blk_size + in bnx2_alloc_mem()
702 bp->stats_blk = status_blk + status_blk_size; in bnx2_alloc_mem()
704 bp->stats_blk_mapping = bp->status_blk_mapping + status_blk_size; in bnx2_alloc_mem()