Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/pseries/
H A Ddtl.c25 int buf_entries; member
96 dtlr->buf_end = dtl->buf + dtl->buf_entries; in dtl_start()
210 dtl->buf_entries = n_entries; in dtl_enable()
233 dtl->buf_entries = 0; in dtl_disable()
283 if (last_idx + dtl->buf_entries <= cur_idx) in dtl_file_read()
284 last_idx = cur_idx - dtl->buf_entries + 1; in dtl_file_read()
297 i = last_idx % dtl->buf_entries; in dtl_file_read()
300 if (i + n_req > dtl->buf_entries) { in dtl_file_read()
301 read_size = dtl->buf_entries - i; in dtl_file_read()
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_app.c966 struct mpi3mr_buf_entry *buf_entries = NULL; in mpi3mr_bsg_process_mpt_cmds() local
1023 buf_entries = karg->buf_entry_list.buf_entry; in mpi3mr_bsg_process_mpt_cmds()
1043 switch (buf_entries->buf_type) { in mpi3mr_bsg_process_mpt_cmds()
1046 sgl_dout_iter += buf_entries->buf_len; in mpi3mr_bsg_process_mpt_cmds()
1054 sgl_din_iter += buf_entries->buf_len; in mpi3mr_bsg_process_mpt_cmds()
1062 sgl_din_iter += buf_entries->buf_len; in mpi3mr_bsg_process_mpt_cmds()
1071 sgl_dout_iter += buf_entries->buf_len; in mpi3mr_bsg_process_mpt_cmds()
1080 sgl_din_iter += buf_entries->buf_len; in mpi3mr_bsg_process_mpt_cmds()
1086 sgl_din_iter += buf_entries->buf_len; in mpi3mr_bsg_process_mpt_cmds()
1092 sgl_dout_iter += buf_entries->buf_len; in mpi3mr_bsg_process_mpt_cmds()
[all …]