Searched defs:wd_softc (Results 1 – 4 of 4) sorted by relevance
49 struct wd_softc { struct51 struct dk_softc sc_dksc;52 kmutex_t sc_lock;53 int sc_quirks; /* any quirks drive might have */56 struct ata_drive_datas *drvp; /* Our controller's infos */57 const struct ata_bustype *atabus;58 struct ataparams sc_params;/* drive characteristics found */59 int sc_flags;70 uint64_t sc_capacity; /* full capacity of the device */71 uint64_t sc_capacity512; /* ... in DEV_BSIZE blocks */[all …]
60 struct wd_softc { struct63 uint16_t sc_flags;65 u_int sc_part;66 u_int sc_unit;67 u_int sc_ctlr;69 uint64_t sc_capacity;93 int wdc_exec_identify(struct wd_softc *, void *); argument
66 struct wd_softc { struct69 uint16_t sc_flags;71 u_int sc_part;72 u_int sc_unit;74 uint64_t sc_capacity;98 int wdc_init(struct wd_softc *, u_int *); argument
100 struct wd_softc { struct103 uint16_t sc_flags;105 u_int sc_part;106 u_int sc_unit;108 uint64_t sc_capacity;132 int wdc_init(struct wd_softc *, u_int *); argument