Searched defs:xdc_softc (Results 1 – 2 of 2) sorted by relevance
133 struct xdc_softc { struct134 device_t sc_dev; /* device struct, reqd by autoconf */135 struct evcnt sc_intrcnt; /* event counter (for vmstat -i) */137 struct callout sc_tick_ch;139 struct xdc *xdc; /* vaddr of vme registers */141 struct xd_softc *sc_drives[XDC_MAXDEV]; /* drives on this controller */142 int ipl; /* interrupt level */143 int vector; /* interrupt vector */144 bus_dma_tag_t dmatag; /* Bus DMA tag */146 struct xd_iorq *reqs; /* i/o requests */[all …]
133 struct xdc_softc { struct134 device_t sc_dev; /* device struct, reqd by autoconf */135 struct evcnt sc_intrcnt; /* event counter (for vmstat -i) */137 struct callout sc_tick_ch;139 struct xdc *xdc; /* vaddr of vme registers */141 int bustype; /* from attach args */142 int ipl; /* interrupt level */143 int vector; /* interrupt vector */145 struct xd_softc *sc_drives[XDC_MAXDEV]; /* drives on this controller */147 struct xd_iorq *reqs; /* i/o requests */[all …]