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

/freebsd-current/sys/dev/bce/
H A Dif_bce.c3202 for (i = 0; i < sc->ctx_pages; i++ ) {
3521 sc->ctx_pages = 0x2000 / BCM_PAGE_SIZE;
3522 if (sc->ctx_pages == 0)
3523 sc->ctx_pages = 1;
3525 DBRUNIF((sc->ctx_pages > 512),
3527 __FILE__, __LINE__, sc->ctx_pages));
3545 for (i = 0; i < sc->ctx_pages; i++) {
4684 for (i = 0; i < sc->ctx_pages; i++) {
H A Dif_bcereg.h6520 int ctx_pages; member in struct:bce_softc

Completed in 154 milliseconds