Home | History | Annotate | Download | only in i2o

Lines Matching defs:iop_msg

52 struct iop_msg {
53 SLIST_ENTRY(iop_msg) im_chain; /* Next free message */
79 void (*ii_intr)(device_t, struct iop_msg *, void *);
116 struct iop_msg *sc_ims; /* Message wrappers */
117 SLIST_HEAD(, iop_msg) sc_im_freelist; /* Free wrapper list */
179 struct iop_msg *iop_msg_alloc(struct iop_softc *, int);
180 void iop_msg_free(struct iop_softc *, struct iop_msg *);
181 int iop_msg_map(struct iop_softc *, struct iop_msg *, u_int32_t *, void *,
183 int iop_msg_map_bio(struct iop_softc *, struct iop_msg *, u_int32_t *,
185 int iop_msg_post(struct iop_softc *, struct iop_msg *, void *, int);
186 void iop_msg_unmap(struct iop_softc *, struct iop_msg *);