Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c504 u16 req_q_idx = 0, reply_qidx; in mpi3mr_process_op_reply_q() local
506 reply_qidx = op_reply_q->qid - 1; in mpi3mr_process_op_reply_q()
530 reply_qidx); in mpi3mr_process_op_reply_q()
559 &mrioc->sysif_regs->oper_queue_indexes[reply_qidx].consumer_index); in mpi3mr_process_op_reply_q()
2167 u16 pi = 0, max_entries, reply_qidx = 0, midx; in mpi3mr_op_request_post() local
2175 reply_qidx = op_req_q->reply_qid - 1; in mpi3mr_op_request_post()
2186 reply_qidx, mrioc->op_reply_q_offset); in mpi3mr_op_request_post()
2213 if (atomic_inc_return(&mrioc->op_reply_qinfo[reply_qidx].pend_ios) in mpi3mr_op_request_post()
2215 mrioc->op_reply_qinfo[reply_qidx].enable_irq_poll = true; in mpi3mr_op_request_post()
2217 atomic_inc_return(&mrioc->op_reply_qinfo[reply_qidx].pend_ios); in mpi3mr_op_request_post()
[all …]