Home
last modified time | relevance | path

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

/drivers/mailbox/
Dti-msgmgr.c577 int req_qid, req_pid; in ti_msgmgr_of_xlate() local
598 req_qid = 0; in ti_msgmgr_of_xlate()
601 req_qid = p->args[0]; in ti_msgmgr_of_xlate()
614 if (req_qid == qinst->queue_id && req_pid == qinst->proxy_id) in ti_msgmgr_of_xlate()
620 req_qid, req_pid, p->np); in ti_msgmgr_of_xlate()
/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c2013 u16 req_qid = 0; in mpi3mr_create_op_req_q() local
2015 req_qid = op_req_q->qid; in mpi3mr_create_op_req_q()
2017 if (req_qid) { in mpi3mr_create_op_req_q()
2020 req_qid); in mpi3mr_create_op_req_q()
2024 req_qid = idx + 1; in mpi3mr_create_op_req_q()
2052 create_req.queue_id = cpu_to_le16(req_qid); in mpi3mr_create_op_req_q()
2089 op_req_q->qid = req_qid; in mpi3mr_create_op_req_q()