Home
last modified time | relevance | path

Searched refs:itcw (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/s390/cio/
H A Ditcw.c60 struct itcw { struct
75 struct tcw *itcw_get_tcw(struct itcw *itcw) in itcw_get_tcw() argument
77 return itcw->tcw; in itcw_get_tcw()
102 len = sizeof(struct itcw); in itcw_calc_size()
180 struct itcw *itcw_init(void *buffer, size_t size, int op, int intrg, in itcw_init()
183 struct itcw *itcw; in itcw_init() local
196 chunk = fit_chunk(&start, end, sizeof(struct itcw), 1, 0); in itcw_init()
199 itcw = chunk; in itcw_init()
205 itcw->max_tidaws = max_tidaws + cross_count; in itcw_init()
210 itcw->intrg_max_tidaws = intrg_max_tidaws + cross_count; in itcw_init()
[all …]
H A DMakefile11 fcx.o itcw.o crw.o ccwreq.o trace.o ioasm.o cio_debugfs.o
/linux/arch/s390/include/asm/
H A Ditcw.h18 struct itcw;
20 struct tcw *itcw_get_tcw(struct itcw *itcw);
22 struct itcw *itcw_init(void *buffer, size_t size, int op, int intrg,
24 struct dcw *itcw_add_dcw(struct itcw *itcw, u8 cmd, u8 flags, void *cd,
26 struct tidaw *itcw_add_tidaw(struct itcw *itcw, u8 flags, void *addr,
28 void itcw_set_data(struct itcw *itcw, void *addr, int use_tidal);
29 void itcw_finalize(struct itcw *itcw);