Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mailbox/
Dti-msgmgr.c571 int req_qid, req_pid; in ti_msgmgr_of_xlate() local
592 req_qid = 0; in ti_msgmgr_of_xlate()
595 req_qid = p->args[0]; in ti_msgmgr_of_xlate()
608 if (req_qid == qinst->queue_id && req_pid == qinst->proxy_id) in ti_msgmgr_of_xlate()
614 req_qid, req_pid, p->np); in ti_msgmgr_of_xlate()
/Linux-v6.1/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c1981 u16 req_qid = 0; in mpi3mr_create_op_req_q() local
1983 req_qid = op_req_q->qid; in mpi3mr_create_op_req_q()
1985 if (req_qid) { in mpi3mr_create_op_req_q()
1988 req_qid); in mpi3mr_create_op_req_q()
1992 req_qid = idx + 1; in mpi3mr_create_op_req_q()
2020 create_req.queue_id = cpu_to_le16(req_qid); in mpi3mr_create_op_req_q()
2057 op_req_q->qid = req_qid; in mpi3mr_create_op_req_q()