Lines Matching refs:q_base_phys
548 if (sc->op_reply_q[qid - 1].q_base_phys != 0) in mpi3mr_delete_op_reply_queue()
626 mpi3mr_memaddr_cb, &op_reply_q->q_base_phys, BUS_DMA_NOWAIT); in mpi3mr_create_op_reply_queue()
628 qid, (uintmax_t)op_reply_q->q_base_phys, op_reply_q->q_base, op_reply_q->qsz); in mpi3mr_create_op_reply_queue()
658 create_req.BaseAddress = (U64)op_reply_q->q_base_phys; in mpi3mr_create_op_reply_queue()
699 if (op_reply_q->q_base_phys != 0) in mpi3mr_create_op_reply_queue()
774 mpi3mr_memaddr_cb, &op_req_q->q_base_phys, BUS_DMA_NOWAIT); in mpi3mr_create_op_req_queue()
777 req_qid, (uintmax_t)op_req_q->q_base_phys, op_req_q->q_base, op_req_q->qsz, reply_qid); in mpi3mr_create_op_req_queue()
806 create_req.BaseAddress = (U64)op_req_q->q_base_phys; in mpi3mr_create_op_req_queue()
847 if (op_req_q->q_base_phys != 0) in mpi3mr_create_op_req_queue()
5079 op_reply_q->qid, reply_desc, reply_ci, reply_desc->ReplyFlags, op_reply_q->q_base_phys, in mpi3mr_complete_io_cmd()
5730 if (op_req_q->q_base && op_req_q->q_base_phys) { in mpi3mr_free_mem()
5745 if (op_reply_q->q_base && op_reply_q->q_base_phys) { in mpi3mr_free_mem()