Searched refs:ctx_pages (Results 1 – 2 of 2) sorted by relevance
3201 for (i = 0; i < sc->ctx_pages; i++ ) { in bce_dma_free()3520 sc->ctx_pages = 0x2000 / BCM_PAGE_SIZE; in bce_dma_alloc()3521 if (sc->ctx_pages == 0) in bce_dma_alloc()3522 sc->ctx_pages = 1; in bce_dma_alloc()3524 DBRUNIF((sc->ctx_pages > 512), in bce_dma_alloc()3526 __FILE__, __LINE__, sc->ctx_pages)); in bce_dma_alloc()3544 for (i = 0; i < sc->ctx_pages; i++) { in bce_dma_alloc()4683 for (i = 0; i < sc->ctx_pages; i++) { in bce_init_ctx()
6520 int ctx_pages; member