Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/pseries/
Ddtl.c38 int buf_entries; member
107 dtlr->buf_end = dtl->buf + dtl->buf_entries; in dtl_start()
217 dtl->buf_entries = n_entries; in dtl_enable()
237 dtl->buf_entries = 0; in dtl_disable()
286 if (last_idx + dtl->buf_entries <= cur_idx) in dtl_file_read()
287 last_idx = cur_idx - dtl->buf_entries + 1; in dtl_file_read()
300 i = last_idx % dtl->buf_entries; in dtl_file_read()
303 if (i + n_req > dtl->buf_entries) { in dtl_file_read()
304 read_size = dtl->buf_entries - i; in dtl_file_read()