Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c862 if (bp->ctx_blk[i]) { in bnx2_free_mem()
864 bp->ctx_blk[i], in bnx2_free_mem()
866 bp->ctx_blk[i] = NULL; in bnx2_free_mem()
907 bp->ctx_blk[i] = dma_alloc_coherent(&bp->pdev->dev, in bnx2_alloc_mem()
911 if (!bp->ctx_blk[i]) in bnx2_alloc_mem()
2586 if (bp->ctx_blk[i]) in bnx2_init_5709_context()
2587 memset(bp->ctx_blk[i], 0, BNX2_PAGE_SIZE); in bnx2_init_5709_context()
H A Dbnx2.h6936 void *ctx_blk[4]; member