Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mailbox/
H A Dti-msgmgr.c527 int req_qid, req_pid; in ti_msgmgr_of_xlate() local
548 req_qid = 0; in ti_msgmgr_of_xlate()
551 req_qid = p->args[0]; in ti_msgmgr_of_xlate()
564 if (req_qid == qinst->queue_id && req_pid == qinst->proxy_id) in ti_msgmgr_of_xlate()
570 req_qid, req_pid, p->np); in ti_msgmgr_of_xlate()
/kernel/linux/linux-6.6/drivers/mailbox/
H A 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()
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H A 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()

Completed in 9 milliseconds