Searched defs:wd_softc (Results 1 – 1 of 1) sorted by relevance
137 struct wd_softc { struct139 struct device sc_dev;140 struct disk sc_dk;141 struct buf sc_q;143 struct ata_bio sc_wdc_bio; /* current transfer */144 struct buf *sc_bp; /* buf being transferred */145 struct ata_drive_datas *drvp; /* Our controller's infos */146 int openings;147 struct ataparams sc_params;/* drive characteristics found */148 int sc_flags;[all …]