Home
last modified time | relevance | path

Searched defs:mscp_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/mscp/
H A Dmscpvar.h211 struct mscp_softc { struct
212 device_t mi_dev; /* Autoconf stuff */
213 struct mscp_ri mi_cmd; /* MSCP command ring info */
214 struct mscp_ri mi_rsp; /* MSCP response ring info */
215 bus_dma_tag_t mi_dmat;
216 bus_dmamap_t mi_dmam;
217 struct mscp_xi mi_xi[NCMD];
218 int mi_mxiuse; /* Bitfield of inuse mxi packets */
219 short mi_credits; /* transfer credits */
220 char mi_wantcmd; /* waiting for command packet */
[all …]