Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c507 struct op_reply_qinfo *op_reply_q) in mpi3mr_process_op_reply_q()
1681 struct op_reply_qinfo *op_reply_q = mrioc->op_reply_qinfo + qidx; in mpi3mr_delete_op_reply_q()
1761 struct op_reply_qinfo *op_reply_q = mrioc->op_reply_qinfo + qidx; in mpi3mr_alloc_op_reply_q_segments()
1877 struct op_reply_qinfo *op_reply_q = mrioc->op_reply_qinfo + qidx; in mpi3mr_create_op_reply_q()
2137 mrioc->op_reply_qinfo = kzalloc(sizeof(struct op_reply_qinfo) * in mpi3mr_create_op_queues()
2139 if (!mrioc->op_reply_qinfo) { in mpi3mr_create_op_queues()
2178 kfree(mrioc->op_reply_qinfo); in mpi3mr_create_op_queues()
2179 mrioc->op_reply_qinfo = NULL; in mpi3mr_create_op_queues()
4159 struct op_reply_qinfo *op_reply_q = mrioc->op_reply_qinfo + qidx; in mpi3mr_memset_op_reply_q_buffers()
4343 kfree(mrioc->op_reply_qinfo); in mpi3mr_free_mem()
[all …]
H A Dmpi3mr.h419 struct op_reply_qinfo { struct
448 struct op_reply_qinfo *op_reply_q; argument
1093 struct op_reply_qinfo *op_reply_qinfo; member
1338 struct op_reply_qinfo *op_reply_q);
H A Dmpi3mr_os.c611 if (mrioc->op_reply_qinfo) { in mpi3mr_flush_cmds_for_unrecovered_controller()
613 while (atomic_read(&mrioc->op_reply_qinfo[i].in_use)) in mpi3mr_flush_cmds_for_unrecovered_controller()
615 atomic_set(&mrioc->op_reply_qinfo[i].pend_ios, 0); in mpi3mr_flush_cmds_for_unrecovered_controller()
3920 pend_ios += atomic_read(&mrioc->op_reply_qinfo[i].pend_ios); in mpi3mr_get_fw_pending_ios()