Searched refs:errptr (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_wpivar.h171 uint32_t errptr; member in struct:wpi_softc
H A Dif_iwnvar.h273 uint32_t errptr; member in struct:iwn_softc
H A Dif_wpi.c1454 sc->errptr = letoh32(uc->errptr);
1538 if (sc->errptr < WPI_FW_DATA_BASE ||
1539 sc->errptr + sizeof (dump) >
1542 sc->sc_dev.dv_xname, sc->errptr);
1552 count = wpi_mem_read(sc, sc->errptr);
1560 offset = sc->errptr + sizeof (uint32_t);
H A Dif_wpireg.h586 uint32_t errptr; member in struct:wpi_ucode_info
H A Dif_iwn.c2972 sc->errptr = letoh32(uc->errptr);
3085 if (sc->errptr < IWN_FW_DATA_BASE ||
3086 sc->errptr + sizeof (dump) >
3089 sc->sc_dev.dv_xname, sc->errptr);
3098 iwn_mem_read_region_4(sc, sc->errptr, (uint32_t *)&dump,
H A Dif_iwnreg.h1194 uint32_t errptr; member in struct:iwn_ucode_info

Completed in 112 milliseconds