Searched refs:iop_softc (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/sys/dev/i2o/ |
| D | iopvar.h | 113 struct iop_softc { struct 170 void iop_init(struct iop_softc *, const char *); argument 172 int iop_lct_get(struct iop_softc *); 173 int iop_param_op(struct iop_softc *, int, struct iop_initiator *, int, 175 int iop_print_ident(struct iop_softc *, int); 176 int iop_simple_cmd(struct iop_softc *, int, int, int, int, int); 177 void iop_strvis(struct iop_softc *, const char *, int, char *, int); 179 void iop_initiator_register(struct iop_softc *, struct iop_initiator *); 180 void iop_initiator_unregister(struct iop_softc *, struct iop_initiator *); 182 struct iop_msg *iop_msg_alloc(struct iop_softc *, struct iop_initiator *, [all …]
|
| D | iop.c | 209 static inline u_int32_t iop_inl(struct iop_softc *, int); 210 static inline void iop_outl(struct iop_softc *, int, u_int32_t); 213 void iop_configure_devices(struct iop_softc *, int, int); 216 int iop_reconfigure(struct iop_softc *, u_int); 223 void iop_adjqparam(struct iop_softc *, int); 225 int iop_handle_reply(struct iop_softc *, u_int32_t); 226 int iop_hrt_get(struct iop_softc *); 227 int iop_hrt_get0(struct iop_softc *, struct i2o_hrt *, size_t); 229 int iop_lct_get0(struct iop_softc *, struct i2o_lct *, size_t, u_int32_t); 230 void iop_msg_poll(struct iop_softc *, struct iop_msg *, int); [all …]
|
| D | iopsp.c | 117 if ((rv = iop_param_op((struct iop_softc *)parent, ia->ia_tid, NULL, 0, in iopsp_match() 139 struct iop_softc *iop = (struct iop_softc *)parent; in iopsp_attach() 238 struct iop_softc *iop = (struct iop_softc *)sc->sc_dv.dv_parent; in iopsp_reconfig() 375 struct iop_softc *iop; in iopsp_rescan() 380 iop = (struct iop_softc *)sc->sc_dv.dv_parent; in iopsp_rescan() 428 struct iop_softc *iop = (struct iop_softc *)sc->sc_dv.dv_parent; 537 struct iop_softc *iop; in iopsp_scsi_abort() 540 iop = (struct iop_softc *)sc->sc_dv.dv_parent; in iopsp_scsi_abort() 567 struct iop_softc *iop; in iopsp_intr() 572 iop = (struct iop_softc *)dv->dv_parent; in iopsp_intr()
|
| D | ioprbs.c | 184 struct iop_softc *iop = (struct iop_softc *)parent; in ioprbs_attach() 390 struct iop_softc *iop; in ioprbs_unconfig() 393 iop = (struct iop_softc *)sc->sc_dv.dv_parent; in ioprbs_unconfig() 588 struct iop_softc *iop = (struct iop_softc *)dv->dv_parent; in ioprbs_intr() 657 struct iop_softc *iop; in ioprbs_adjqparam() 663 iop = (struct iop_softc *)dv->dv_parent; in ioprbs_adjqparam() 974 struct iop_softc *iop = (struct iop_softc *)sc->sc_dv.dv_parent; in ioprbs_start()
|
| /mirbsd/src/sys/dev/pci/ |
| D | iop_pci.c | 69 sizeof(struct iop_softc), iop_pci_match, iop_pci_attach 99 struct iop_softc *sc; in iop_pci_attach() 106 sc = (struct iop_softc *)self; in iop_pci_attach()
|