Lines Matching refs:q_base_phys
549 if (sc->op_reply_q[qid - 1].q_base_phys != 0) in mpi3mr_delete_op_reply_queue()
627 mpi3mr_memaddr_cb, &op_reply_q->q_base_phys, BUS_DMA_NOWAIT); in mpi3mr_create_op_reply_queue()
629 qid, (uintmax_t)op_reply_q->q_base_phys, op_reply_q->q_base, op_reply_q->qsz); in mpi3mr_create_op_reply_queue()
659 create_req.BaseAddress = (U64)op_reply_q->q_base_phys; in mpi3mr_create_op_reply_queue()
700 if (op_reply_q->q_base_phys != 0) in mpi3mr_create_op_reply_queue()
775 mpi3mr_memaddr_cb, &op_req_q->q_base_phys, BUS_DMA_NOWAIT); in mpi3mr_create_op_req_queue()
778 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()
807 create_req.BaseAddress = (U64)op_req_q->q_base_phys; in mpi3mr_create_op_req_queue()
848 if (op_req_q->q_base_phys != 0) in mpi3mr_create_op_req_queue()
4859 op_reply_q->qid, reply_desc, reply_ci, reply_desc->ReplyFlags, op_reply_q->q_base_phys, in mpi3mr_complete_io_cmd()
5323 if (op_req_q->q_base && op_req_q->q_base_phys) { in mpi3mr_free_mem()
5338 if (op_reply_q->q_base && op_reply_q->q_base_phys) { in mpi3mr_free_mem()