Searched defs:esp_softc (Results 1 – 1 of 1) sorted by relevance
100 struct esp_softc { struct104 struct hba_softc sc_hba; /* base device + hba, must be first */106 struct sbusdev sc_sd; /* sbus device */107 struct intrhand sc_ih; /* interrupt entry */108 struct evcnt sc_intrcnt; /* interrupt counter */109 struct dma_softc *sc_dc; /* pointer to corresponding dma sc */114 volatile struct espreg *sc_esp;115 volatile struct dmareg *sc_dma;121 u_long sc_dmacsr;122 u_char sc_espstat;[all …]