HomeSort by: relevance | last modified time | path
    Searched refs:errptr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_iwnvar.h 283 uint32_t errptr; member in struct:iwn_softc
if_iwn.c 2644 sc->errptr = le32toh(uc->errptr);
2760 if (sc->errptr < IWN_FW_DATA_BASE ||
2761 sc->errptr + sizeof (dump) >
2764 "bad firmware error log address 0x%08x\n", sc->errptr);
2773 iwn_mem_read_region_4(sc, sc->errptr, (uint32_t *)&dump,
if_iwnreg.h 1160 uint32_t errptr; member in struct:iwn_ucode_info

Completed in 22 milliseconds