Searched defs:dasd_device (Results 1 – 1 of 1) sorted by relevance
573 struct dasd_device { struct575 struct dasd_block *block;577 unsigned int devindex;578 unsigned long flags; /* per device flags */579 unsigned short features; /* copy of devmap-features (read-only!) */582 struct dasd_ccw_req *eer_cqr;585 struct dasd_discipline *discipline;586 struct dasd_discipline *base_discipline;587 void *private;588 struct dasd_path path[8];[all …]