Searched defs:ccw_request (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/s390/cio/ |
| D | io_sch.h | 77 struct ccw_request { struct 78 struct ccw1 *cp; 79 unsigned long timeout; 80 u16 maxretries; 81 u8 lpm; 82 int (*check)(struct ccw_device *, void *); 83 enum io_status (*filter)(struct ccw_device *, void *, struct irb *, 85 void (*callback)(struct ccw_device *, void *, int); 86 void *data; 87 unsigned int singlepath:1; [all …]
|
| /kernel/linux/linux-5.10/drivers/s390/cio/ |
| D | io_sch.h | 77 struct ccw_request { struct 78 struct ccw1 *cp; 79 unsigned long timeout; 80 u16 maxretries; 81 u8 lpm; 82 int (*check)(struct ccw_device *, void *); 83 enum io_status (*filter)(struct ccw_device *, void *, struct irb *, 85 void (*callback)(struct ccw_device *, void *, int); 86 void *data; 87 unsigned int singlepath:1; [all …]
|