Searched defs:ccw_device_private (Results 1 – 1 of 1) sorted by relevance
118 struct ccw_device_private { struct119 struct ccw_device *cdev;120 struct subchannel *sch;121 int state; /* device state */122 atomic_t onoff;123 struct ccw_dev_id dev_id; /* device id */124 struct ccw_request req; /* internal I/O request */125 int iretry;126 u8 pgid_valid_mask; /* mask of valid PGIDs */127 u8 pgid_todo_mask; /* mask of PGIDs to be adjusted */[all …]