Searched refs:op_reply_q (Results 1 – 3 of 3) sorted by relevance
425 mpi3mr_atomic_inc(&sc->op_reply_q[op_req_q->reply_qid - 1].pend_ios); in mpi3mr_submit_io()480 struct mpi3mr_op_reply_queue *op_reply_q; in mpi3mr_delete_op_reply_queue() local484 op_reply_q = &sc->op_reply_q[qid - 1]; in mpi3mr_delete_op_reply_queue()486 if (!op_reply_q->qid) in mpi3mr_delete_op_reply_queue()546 sc->irq_ctx[qid - 1].op_reply_q = NULL; in mpi3mr_delete_op_reply_queue()548 if (sc->op_reply_q[qid - 1].q_base_phys != 0) in mpi3mr_delete_op_reply_queue()549 bus_dmamap_unload(sc->op_reply_q[qid - 1].q_base_tag, sc->op_reply_q[qid - 1].q_base_dmamap); in mpi3mr_delete_op_reply_queue()550 if (sc->op_reply_q[qid - 1].q_base != NULL) in mpi3mr_delete_op_reply_queue()551 …bus_dmamem_free(sc->op_reply_q[qid - 1].q_base_tag, sc->op_reply_q[qid - 1].q_base, sc->op_reply_q… in mpi3mr_delete_op_reply_queue()552 if (sc->op_reply_q[qid - 1].q_base_tag != NULL) in mpi3mr_delete_op_reply_queue()[all …]
811 pend_ios += mpi3mr_atomic_read(&sc->op_reply_q[i].pend_ios); in mpi3mr_get_fw_pending_ios()934 reply_q_pend_ios = mpi3mr_atomic_read(&sc->op_reply_q[0].pend_ios); in get_req_queue_index()936 if (reply_q_pend_ios > mpi3mr_atomic_read(&sc->op_reply_q[i].pend_ios)) { in get_req_queue_index()937 reply_q_pend_ios = mpi3mr_atomic_read(&sc->op_reply_q[i].pend_ios); in get_req_queue_index()1297 if (irq_ctx->op_reply_q->qid) { in mpi3mr_cam_poll()
407 struct mpi3mr_op_reply_queue *op_reply_q; member658 struct mpi3mr_op_reply_queue *op_reply_q; member