Searched refs:q_base_phys (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/dev/mpi3mr/ |
| H A D | mpi3mr.h | 371 bus_addr_t q_base_phys; member 384 bus_addr_t q_base_phys; member
|
| H A D | mpi3mr.c | 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() 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() [all …]
|