Home
last modified time | relevance | path

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

/linux/drivers/s390/cio/
H A Dfcx.c27 struct tcw *tcw_get_intrg(struct tcw *tcw) in tcw_get_intrg()
41 void *tcw_get_data(struct tcw *tcw) in tcw_get_data()
57 struct tccb *tcw_get_tccb(struct tcw *tcw) in tcw_get_tccb()
69 struct tsb *tcw_get_tsb(struct tcw *tcw) in tcw_get_tsb()
84 void tcw_init(struct tcw *tcw, int r, int w) in tcw_init()
155 void tcw_finalize(struct tcw *tcw, int num_tidaws) in tcw_finalize()
192 void tcw_set_intrg(struct tcw *tcw, struct tcw *intrg_tcw) in tcw_set_intrg()
209 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal) in tcw_set_data()
230 void tcw_set_tccb(struct tcw *tcw, struct tccb *tccb) in tcw_set_tccb()
243 void tcw_set_tsb(struct tcw *tcw, struct tsb *tsb) in tcw_set_tsb()
[all …]
H A Ditcw.c61 struct tcw *tcw; member
H A Dorb.h55 dma32_t tcw; member
/linux/arch/s390/include/asm/
H A Dfcx.h38 struct tcw { struct
39 u32 format:2;
41 u32 flags:24;
43 u32 tccbl:6;
44 u32 r:1;
45 u32 w:1;
47 dma64_t output;
48 dma64_t input;
49 dma64_t tsb;
50 dma64_t tccb;
[all …]
H A Dscsw.h97 dma32_t tcw; member
/linux/drivers/s390/block/
H A Ddasd_3990_erp.c2344 struct tcw *tcw; in dasd_3990_erp_add_erp() local
H A Ddasd_eckd.c4939 struct tcw *tcw; in dasd_eckd_reset_ccw_to_base_io() local