Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/cio/
Dfcx.c116 static u32 calc_cbc_size(struct tidaw *tidaw, int num) in calc_cbc_size() argument
124 if (tidaw[i].flags & TIDAW_FLAGS_LAST) in calc_cbc_size()
129 data_count += tidaw[i].count; in calc_cbc_size()
130 if (tidaw[i].flags & TIDAW_FLAGS_INSERT_CBC) { in calc_cbc_size()
154 struct tidaw *tidaw; in tcw_finalize() local
160 tidaw = tcw_get_data(tcw); in tcw_finalize()
162 tidaw[num_tidaws - 1].flags |= TIDAW_FLAGS_LAST; in tcw_finalize()
170 count += calc_cbc_size(tidaw, num_tidaws); in tcw_finalize()
337 struct tidaw *tcw_add_tidaw(struct tcw *tcw, int num_tidaws, u8 flags, in tcw_add_tidaw()
340 struct tidaw *tidaw; in tcw_add_tidaw() local
[all …]
Ditcw.c102 /* TIDAL */ max_tidaws * sizeof(struct tidaw); in itcw_calc_size()
107 /* TIDAL */ intrg_max_tidaws * sizeof(struct tidaw); in itcw_calc_size()
121 cross_count = 1 + ((max_tidaws * sizeof(struct tidaw) - 1) in itcw_calc_size()
123 len += cross_count * sizeof(struct tidaw); in itcw_calc_size()
126 cross_count = 1 + ((intrg_max_tidaws * sizeof(struct tidaw) - 1) in itcw_calc_size()
128 len += cross_count * sizeof(struct tidaw); in itcw_calc_size()
200 cross_count = 1 + ((max_tidaws * sizeof(struct tidaw) - 1) in itcw_init()
205 cross_count = 1 + ((intrg_max_tidaws * sizeof(struct tidaw) - 1) in itcw_init()
226 chunk = fit_chunk(&start, end, sizeof(struct tidaw) * in itcw_init()
234 chunk = fit_chunk(&start, end, sizeof(struct tidaw) * in itcw_init()
[all …]
/linux-4.1.27/arch/s390/include/asm/
Ditcw.h25 struct tidaw *itcw_add_tidaw(struct itcw *itcw, u8 flags, void *addr,
Dfcx.h71 struct tidaw { struct
308 struct tidaw *tcw_add_tidaw(struct tcw *tcw, int num_tidaws, u8 flags,
/linux-4.1.27/drivers/s390/block/
Ddasd_eckd.c3082 struct tidaw *last_tidaw = NULL; in dasd_eckd_build_cp_tpm_track()