Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dbnx2.c817 for (i = 0; i < bp->ctx_pages; i++) { in bnx2_free_mem()
884 bp->ctx_pages = 0x2000 / BCM_PAGE_SIZE; in bnx2_alloc_mem()
885 if (bp->ctx_pages == 0) in bnx2_alloc_mem()
886 bp->ctx_pages = 1; in bnx2_alloc_mem()
887 for (i = 0; i < bp->ctx_pages; i++) { in bnx2_alloc_mem()
2506 for (i = 0; i < bp->ctx_pages; i++) { in bnx2_init_5709_context()
Dbnx2.h6872 int ctx_pages; member