Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c537 struct op_reply_qinfo *op_reply_q) in mpi3mr_process_op_reply_q()
1913 struct op_reply_qinfo *op_reply_q = mrioc->op_reply_qinfo + qidx; in mpi3mr_delete_op_reply_q()
1993 struct op_reply_qinfo *op_reply_q = mrioc->op_reply_qinfo + qidx; in mpi3mr_alloc_op_reply_q_segments()
2109 struct op_reply_qinfo *op_reply_q = mrioc->op_reply_qinfo + qidx; in mpi3mr_create_op_reply_q()
2376 mrioc->op_reply_qinfo = kzalloc(sizeof(struct op_reply_qinfo) * in mpi3mr_create_op_queues()
2378 if (!mrioc->op_reply_qinfo) { in mpi3mr_create_op_queues()
2417 kfree(mrioc->op_reply_qinfo); in mpi3mr_create_op_queues()
2418 mrioc->op_reply_qinfo = NULL; in mpi3mr_create_op_queues()
4602 struct op_reply_qinfo *op_reply_q = mrioc->op_reply_qinfo + qidx; in mpi3mr_memset_op_reply_q_buffers()
4789 kfree(mrioc->op_reply_qinfo); in mpi3mr_free_mem()
[all …]
H A Dmpi3mr.h465 struct op_reply_qinfo { struct
495 struct op_reply_qinfo *op_reply_q; argument
1224 struct op_reply_qinfo *op_reply_qinfo; member
1489 struct op_reply_qinfo *op_reply_q);
H A Dmpi3mr_os.c646 if (mrioc->op_reply_qinfo) { in mpi3mr_flush_cmds_for_unrecovered_controller()
648 while (atomic_read(&mrioc->op_reply_qinfo[i].in_use)) in mpi3mr_flush_cmds_for_unrecovered_controller()
650 atomic_set(&mrioc->op_reply_qinfo[i].pend_ios, 0); in mpi3mr_flush_cmds_for_unrecovered_controller()
4080 pend_ios += atomic_read(&mrioc->op_reply_qinfo[i].pend_ios); in mpi3mr_get_fw_pending_ios()