Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dbnx2.c818 if (bp->ctx_blk[i]) { in bnx2_free_mem()
820 bp->ctx_blk[i], in bnx2_free_mem()
822 bp->ctx_blk[i] = NULL; in bnx2_free_mem()
888 bp->ctx_blk[i] = dma_alloc_coherent(&bp->pdev->dev, in bnx2_alloc_mem()
892 if (bp->ctx_blk[i] == NULL) in bnx2_alloc_mem()
2509 if (bp->ctx_blk[i]) in bnx2_init_5709_context()
2510 memset(bp->ctx_blk[i], 0, BCM_PAGE_SIZE); in bnx2_init_5709_context()
Dbnx2.h6873 void *ctx_blk[4]; member