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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbnx2.c823 if (bp->ctx_blk[i]) {
825 bp->ctx_blk[i],
827 bp->ctx_blk[i] = NULL;
893 bp->ctx_blk[i] = dma_alloc_coherent(&bp->pdev->dev,
897 if (bp->ctx_blk[i] == NULL)
2536 if (bp->ctx_blk[i])
2537 memset(bp->ctx_blk[i], 0, BCM_PAGE_SIZE);
H A Dbnx2.h6867 void *ctx_blk[4]; member in struct:bnx2

Completed in 167 milliseconds