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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_bnxvar.h241 void *ctx_block[4]; member in struct:bnx_softc
H A Dif_bnx.c2147 if (sc->ctx_block[i] != NULL) {
2151 (void *)sc->ctx_block[i],
2157 sc->ctx_block[i] = NULL;
2302 &sc->ctx_block[i], BUS_DMA_NOWAIT) != 0) {
2308 sc->ctx_block[i], BCM_PAGE_SIZE, NULL,
2314 bzero(sc->ctx_block[i], BCM_PAGE_SIZE);

Completed in 58 milliseconds