Searched defs:ccw_device_private (Results 1 – 1 of 1) sorted by relevance
130 struct ccw_device_private { struct131 struct ccw_device *cdev;132 struct subchannel *sch;133 int state; /* device state */134 atomic_t onoff;135 struct ccw_dev_id dev_id; /* device id */136 struct ccw_request req; /* internal I/O request */137 int iretry;138 u8 pgid_valid_mask; /* mask of valid PGIDs */139 u8 pgid_todo_mask; /* mask of PGIDs to be adjusted */[all …]