Home
last modified time | relevance | path

Searched refs:req_qid (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.c723 static int mpi3mr_create_op_req_queue(struct mpi3mr_softc *sc, U16 req_qid, U8 reply_qid) in mpi3mr_create_op_req_queue() argument
730 op_req_q = &sc->op_req_q[req_qid - 1]; in mpi3mr_create_op_req_queue()
747 snprintf(q_lock_name, 32, "Request Queue Lock[%d]", req_qid); 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()
782 sc->name, req_qid); in mpi3mr_create_op_req_queue()
803 create_req.QueueID = req_qid; in mpi3mr_create_op_req_queue()
840 op_req_q->qid = req_qid; in mpi3mr_create_op_req_queue()
4858 U16 req_qid = 0, threshold_comps = 0; in mpi3mr_complete_io_cmd() local
4885 req_qid = reply_desc->RequestQueueID; in mpi3mr_complete_io_cmd()
4886 sc->op_req_q[req_qid - 1].ci = in mpi3mr_complete_io_cmd()