Home | History | Annotate | Download | only in mscp

Lines Matching refs:mscp

74  * MSCP generic driver configuration
101 struct mscp *mri_ring; /* base address of packets */
110 struct mscp * mxi_mp; /* Packet used in this command */
127 (device_t, struct mscp *, struct mscp_softc *);
131 (device_t, struct mscp *);
135 (device_t, struct mscp *);
137 (device_t, struct mscp *);
139 (device_t, struct mscp *, struct buf *);
141 (device_t, struct mscp *, struct buf *);
142 void (*me_fillin) /* Fill in mscp info for this drive */
143 (struct buf *,struct mscp *);
145 (device_t, struct mscp *);
176 struct mscp *da_mp; /* this devices response struct */
192 struct mscp mw_mp;
205 * out requests one at a time. MSCP devices, however, take a slew of
213 struct mscp_ri mi_cmd; /* MSCP command ring info */
214 struct mscp_ri mi_rsp; /* MSCP response ring info */
284 struct mscp *mscp_getcp(struct mscp_softc *, int);
285 void mscp_printevent(struct mscp *);
286 void mscp_go(struct mscp_softc *, struct mscp *, int);
289 int mscp_decodeerror(const char *, struct mscp *, struct mscp_softc *);
291 void mscp_hexdump(struct mscp *);