Home
last modified time | relevance | path

Searched refs:tcw (Results 1 – 4 of 4) sorted by relevance

/arch/s390/include/asm/
Dfcx.h36 struct tcw { struct
291 struct tcw *tcw_get_intrg(struct tcw *tcw);
292 void *tcw_get_data(struct tcw *tcw);
293 struct tccb *tcw_get_tccb(struct tcw *tcw);
294 struct tsb *tcw_get_tsb(struct tcw *tcw);
296 void tcw_init(struct tcw *tcw, int r, int w);
297 void tcw_finalize(struct tcw *tcw, int num_tidaws);
299 void tcw_set_intrg(struct tcw *tcw, struct tcw *intrg_tcw);
300 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal);
301 void tcw_set_tccb(struct tcw *tcw, struct tccb *tccb);
[all …]
Dccwdev.h194 int ccw_device_tm_start_key(struct ccw_device *cdev, struct tcw *tcw,
196 int ccw_device_tm_start_key(struct ccw_device *, struct tcw *,
198 int ccw_device_tm_start_timeout_key(struct ccw_device *, struct tcw *,
200 int ccw_device_tm_start(struct ccw_device *, struct tcw *,
202 int ccw_device_tm_start_timeout(struct ccw_device *, struct tcw *,
Ditcw.h19 struct tcw *itcw_get_tcw(struct itcw *itcw);
Dscsw.h95 u32 tcw; member