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

/freebsd-current/sys/dev/bce/
H A Dif_bce.c3208 for (i = 0; i < sc->ctx_pages; i++ ) {
3527 sc->ctx_pages = 0x2000 / BCM_PAGE_SIZE;
3528 if (sc->ctx_pages == 0)
3529 sc->ctx_pages = 1;
3531 DBRUNIF((sc->ctx_pages > 512),
3533 __FILE__, __LINE__, sc->ctx_pages));
3551 for (i = 0; i < sc->ctx_pages; i++) {
4690 for (i = 0; i < sc->ctx_pages; i++) {
H A Dif_bcereg.h6520 int ctx_pages; member in struct:bce_softc

Completed in 104 milliseconds