Searched defs:use_tidal (Results 1 - 2 of 2) sorted by relevance

/drivers/s390/cio/
H A Ditcw.c343 * @use_tidal: zero of the data address specifies a contiguous block of data,
347 * r-flag and w-flag). If @use_tidal is non-zero, the corresponding tida flag
350 void itcw_set_data(struct itcw *itcw, void *addr, int use_tidal) argument
352 tcw_set_data(itcw->tcw, addr, use_tidal);
H A Dfcx.c199 * @use_tidal: zero of the data address specifies a contiguous block of data,
203 * r-flag and w-flag). If @use_tidal is non-zero, the corresponding tida flag
206 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal) argument
210 if (use_tidal)
214 if (use_tidal)

Completed in 3013 milliseconds