Home
last modified time | relevance | path

Searched refs:tidaw (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/s390/cio/
H A Dfcx.c118 static u32 calc_cbc_size(struct tidaw *tidaw, int num) in calc_cbc_size() argument
126 if (tidaw[i].flags & TIDAW_FLAGS_LAST) in calc_cbc_size()
131 data_count += tidaw[i].count; in calc_cbc_size()
132 if (tidaw[i].flags & TIDAW_FLAGS_INSERT_CBC) { in calc_cbc_size()
156 struct tidaw *tidaw; in tcw_finalize() local
162 tidaw = tcw_get_data(tcw); in tcw_finalize()
164 tidaw[num_tidaws - 1].flags |= TIDAW_FLAGS_LAST; in tcw_finalize()
172 count += calc_cbc_size(tidaw, num_tidaws); in tcw_finalize()
339 struct tidaw *tcw_add_tidaw(struct tcw *tcw, int num_tidaws, u8 flags, in tcw_add_tidaw()
342 struct tidaw *tidaw; in tcw_add_tidaw() local
[all …]
H A Ditcw.c104 /* TIDAL */ max_tidaws * sizeof(struct tidaw); in itcw_calc_size()
109 /* TIDAL */ intrg_max_tidaws * sizeof(struct tidaw); in itcw_calc_size()
123 cross_count = 1 + ((max_tidaws * sizeof(struct tidaw) - 1) in itcw_calc_size()
125 len += cross_count * sizeof(struct tidaw); in itcw_calc_size()
128 cross_count = 1 + ((intrg_max_tidaws * sizeof(struct tidaw) - 1) in itcw_calc_size()
130 len += cross_count * sizeof(struct tidaw); in itcw_calc_size()
202 cross_count = 1 + ((max_tidaws * sizeof(struct tidaw) - 1) in itcw_init()
207 cross_count = 1 + ((intrg_max_tidaws * sizeof(struct tidaw) - 1) in itcw_init()
228 chunk = fit_chunk(&start, end, sizeof(struct tidaw) * in itcw_init()
236 chunk = fit_chunk(&start, end, sizeof(struct tidaw) * in itcw_init()
[all …]
/linux/arch/s390/include/asm/
H A Dfcx.h73 struct tidaw { struct
310 struct tidaw *tcw_add_tidaw(struct tcw *tcw, int num_tidaws, u8 flags,
H A Ditcw.h26 struct tidaw *itcw_add_tidaw(struct itcw *itcw, u8 flags, void *addr,
/linux/drivers/s390/block/
H A Ddasd_eckd.c2495 struct tidaw *last_tidaw = NULL; in dasd_eckd_build_check_tcw()
4493 struct tidaw *last_tidaw = NULL; in dasd_eckd_build_cp_tpm_track()