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