Home
last modified time | relevance | path

Searched refs:iop_msg (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/dev/i2o/
H A Diopvar.h52 struct iop_msg { struct
53 SLIST_ENTRY(iop_msg) im_chain; /* Next free message */
79 void (*ii_intr)(device_t, struct iop_msg *, void *); argument
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);
[all …]
H A Diop.c225 static void iop_intr_event(device_t, struct iop_msg *, void *);
228 static void iop_msg_poll(struct iop_softc *, struct iop_msg *, int);
229 static void iop_msg_wait(struct iop_softc *, struct iop_msg *, int);
286 struct iop_msg *im; in iop_init()
647 struct iop_msg *im; in iop_reconfigure()
1070 struct iop_msg *im; in iop_hrt_get0()
1129 struct iop_msg *im; in iop_lct_get0()
1201 struct iop_msg *im; in iop_sys_enable()
1238 struct iop_msg *im; in iop_field_get_all()
1295 struct iop_msg *im; in iop_field_set()
[all …]
H A Dld_iop.c78 static void ld_iop_intr(device_t, struct iop_msg *, void *);
79 static void ld_iop_intr_event(device_t, struct iop_msg *, void *);
346 struct iop_msg *im; in ld_iop_start()
406 struct iop_msg *im; in ld_iop_dump()
444 struct iop_msg *im; in ld_iop_flush()
485 ld_iop_intr(device_t dv, struct iop_msg *im, void *reply) in ld_iop_intr()
523 ld_iop_intr_event(device_t dv, struct iop_msg *im, void *reply) in ld_iop_intr_event()
H A Diopsp.c67 static void iopsp_intr(device_t, struct iop_msg *, void *);
351 struct iop_msg *im; in iopsp_rescan()
388 struct iop_msg *im; in iopsp_scsipi_request()
503 iopsp_scsi_abort(struct iopsp_softc *sc, int atid, struct iop_msg *aim) in iopsp_scsi_abort()
505 struct iop_msg *im; in iopsp_scsi_abort()
531 iopsp_intr(device_t dv, struct iop_msg *im, void *reply) in iopsp_intr()
H A Ddpti.c453 struct iop_msg *im; in dpti_passthrough()
/netbsd-src/sys/arch/mac68k/include/
H A Diopreg.h112 struct iop_msg;
115 typedef void (*iop_msg_handler)(struct _s_IOP *iop, struct iop_msg *);
117 struct iop_msg { struct
118 SIMPLEQ_ENTRY(iop_msg) iopm;
139 SIMPLEQ_HEAD(, iop_msg) sendq[IOP_MAXCHAN]; argument
140 SIMPLEQ_HEAD(, iop_msg) recvq[IOP_MAXCHAN];
143 struct iop_msg unsolicited_msg;
/netbsd-src/sys/arch/mac68k/mac68k/
H A Diop.c54 static void load_msg_to_iop(IOPHW *, struct iop_msg *);
57 static void default_listener(IOP *, struct iop_msg *);
90 default_listener(IOP *iop, struct iop_msg *msg) in default_listener()
168 pool_init(&iop->pool, sizeof(struct iop_msg), 0, 0, 0, "mac68k_iop1", in iop_init()
176 pool_init(&iop->pool, sizeof(struct iop_msg), 0, 0, 0, "mac68k_iop2", in iop_init()
295 load_msg_to_iop(IOPHW *ioph, struct iop_msg *msg) in load_msg_to_iop()
312 struct iop_msg *msg; in iop_message_sent()
335 struct iop_msg *msg; in receive_iop_message()
371 struct iop_msg *msg; in iop_send_msg()
380 msg = (struct iop_msg *) pool_get(&iop->pool, PR_WAITOK); in iop_send_msg()
[all …]
/netbsd-src/sys/arch/mac68k/dev/
H A Dadb_direct.c324 void adb_iop_recv(IOP *, struct iop_msg *);
1542 adb_iop_recv(IOP *iop, struct iop_msg *msg) in adb_iop_recv()