Home | History | Annotate | Download | only in i2o

Lines Matching defs:iop

163 	struct iop_softc *iop;
166 iop = device_private(parent);
171 if (le16toh(iop->sc_status.orgid) != I2O_ORG_DPT)
180 struct iop_softc *iop;
191 iop = device_private(parent);
201 rv = iop_field_get_all(iop, I2O_TID_IOP,
224 struct iop_softc *iop;
230 iop = device_private(device_parent(sc->sc_dev));
245 mutex_enter(&iop->sc_conflock);
301 rv = iop_reconfigure(iop, 0);
308 mutex_exit(&iop->sc_conflock);
316 struct iop_softc *iop;
319 iop = device_private(device_parent(sc->sc_dev));
321 v = bus_space_read_1(iop->sc_iot, iop->sc_ioh, sc->sc_blinkled + 0);
323 v = bus_space_read_1(iop->sc_iot, iop->sc_ioh,
335 struct iop_softc *iop;
338 iop = device_private(device_parent(sc->sc_dev));
344 info.baseAddr = iop->sc_memaddr;
348 info.pciBusNum = iop->sc_pcibus;
349 info.pciDeviceNum = iop->sc_pcidev;
450 struct iop_softc *iop;
460 iop = device_private(device_parent(sc->sc_dev));
507 if ((rv = iop_status_get(iop, 0)) == 0)
508 rv = copyout(&iop->sc_status, (char *)data + msgsize,
509 sizeof(iop->sc_status));
676 im = iop_msg_alloc(iop, IM_WAIT | IM_NOSTATUS);
689 rv = iop_msg_map(iop, im, mbtmp, bufs[i].db_ptr,
702 if ((rv = iop_msg_post(iop, im, mbtmp, 5*60*1000)) != 0)
719 iop_msg_unmap(iop, im);
720 iop_msg_free(iop, im);