Searched defs:iopsp_softc (Results 1 – 1 of 1) sorted by relevance
51 struct iopsp_softc { struct52 device_t sc_dev; /* Generic device data */53 struct scsipi_adapter sc_adapter; /* scsipi adapter */54 struct scsipi_channel sc_channel; /* Prototype link */55 struct iop_initiator sc_ii; /* I2O initiator state */56 u_short *sc_tidmap; /* Target/LUN -> TID map */57 u_int sc_chgind; /* Last LCT change # */58 int sc_openings; /* # command openings */59 struct iopsp_target *sc_targetmap; /* Target information */