Home
last modified time | relevance | path

Searched defs:ccw_request (Results 1 – 1 of 1) sorted by relevance

/drivers/s390/cio/
Dio_sch.h71 struct ccw_request { struct
72 struct ccw1 *cp;
73 unsigned long timeout;
74 u16 maxretries;
75 u8 lpm;
76 int (*check)(struct ccw_device *, void *);
77 enum io_status (*filter)(struct ccw_device *, void *, struct irb *,
79 void (*callback)(struct ccw_device *, void *, int);
80 void *data;
81 unsigned int singlepath:1;
[all …]