Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/platforms/pseries/
Ddtl.c24 int buf_entries; member
86 dtlr->buf_end = dtl->buf + dtl->buf_entries; in dtl_start()
200 dtl->buf_entries = n_entries; in dtl_enable()
223 dtl->buf_entries = 0; in dtl_disable()
273 if (last_idx + dtl->buf_entries <= cur_idx) in dtl_file_read()
274 last_idx = cur_idx - dtl->buf_entries + 1; in dtl_file_read()
287 i = last_idx % dtl->buf_entries; in dtl_file_read()
290 if (i + n_req > dtl->buf_entries) { in dtl_file_read()
291 read_size = dtl->buf_entries - i; in dtl_file_read()