Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/cio/
Dfcx.c117 static u32 calc_cbc_size(struct tidaw *tidaw, int num) in calc_cbc_size() argument
125 if (tidaw[i].flags & TIDAW_FLAGS_LAST) in calc_cbc_size()
130 data_count += tidaw[i].count; in calc_cbc_size()
131 if (tidaw[i].flags & TIDAW_FLAGS_INSERT_CBC) { in calc_cbc_size()
155 struct tidaw *tidaw; in tcw_finalize() local
161 tidaw = tcw_get_data(tcw); in tcw_finalize()
163 tidaw[num_tidaws - 1].flags |= TIDAW_FLAGS_LAST; in tcw_finalize()
171 count += calc_cbc_size(tidaw, num_tidaws); in tcw_finalize()
338 struct tidaw *tcw_add_tidaw(struct tcw *tcw, int num_tidaws, u8 flags, in tcw_add_tidaw()
341 struct tidaw *tidaw; in tcw_add_tidaw() local
[all …]
Ditcw.c103 /* TIDAL */ max_tidaws * sizeof(struct tidaw); in itcw_calc_size()
108 /* TIDAL */ intrg_max_tidaws * sizeof(struct tidaw); in itcw_calc_size()
122 cross_count = 1 + ((max_tidaws * sizeof(struct tidaw) - 1) in itcw_calc_size()
124 len += cross_count * sizeof(struct tidaw); in itcw_calc_size()
127 cross_count = 1 + ((intrg_max_tidaws * sizeof(struct tidaw) - 1) in itcw_calc_size()
129 len += cross_count * sizeof(struct tidaw); in itcw_calc_size()
201 cross_count = 1 + ((max_tidaws * sizeof(struct tidaw) - 1) in itcw_init()
206 cross_count = 1 + ((intrg_max_tidaws * sizeof(struct tidaw) - 1) in itcw_init()
227 chunk = fit_chunk(&start, end, sizeof(struct tidaw) * in itcw_init()
235 chunk = fit_chunk(&start, end, sizeof(struct tidaw) * in itcw_init()
[all …]
/Linux-v5.10/arch/s390/include/asm/
Dfcx.h72 struct tidaw { struct
309 struct tidaw *tcw_add_tidaw(struct tcw *tcw, int num_tidaws, u8 flags,
Ditcw.h26 struct tidaw *itcw_add_tidaw(struct itcw *itcw, u8 flags, void *addr,
/Linux-v5.10/drivers/s390/block/
Ddasd_eckd.c2410 struct tidaw *last_tidaw = NULL; in dasd_eckd_build_check_tcw()
4372 struct tidaw *last_tidaw = NULL; in dasd_eckd_build_cp_tpm_track()