Searched refs:q_base_phys (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr.h | 377 bus_addr_t q_base_phys; member 390 bus_addr_t q_base_phys; member
|
H A D | mpi3mr.c | 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() 4873 op_reply_q->qid, reply_desc, reply_ci, reply_desc->ReplyFlags, op_reply_q->q_base_phys, in mpi3mr_complete_io_cmd() [all …]
|