Home
last modified time | relevance | path

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

/drivers/net/
Dbnx2.c641 if (bp->ctx_blk[i]) { in bnx2_free_mem()
643 bp->ctx_blk[i], in bnx2_free_mem()
645 bp->ctx_blk[i] = NULL; in bnx2_free_mem()
711 bp->ctx_blk[i] = pci_alloc_consistent(bp->pdev, in bnx2_alloc_mem()
714 if (bp->ctx_blk[i] == NULL) in bnx2_alloc_mem()
2333 if (bp->ctx_blk[i]) in bnx2_init_5709_context()
2334 memset(bp->ctx_blk[i], 0, BCM_PAGE_SIZE); in bnx2_init_5709_context()
Dbnx2.h6834 void *ctx_blk[4]; member