Home
last modified time | relevance | path

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

/drivers/mailbox/
Dti-msgmgr.c577 int req_qid, req_pid; in ti_msgmgr_of_xlate() local
599 req_pid = p->args[0]; in ti_msgmgr_of_xlate()
602 req_pid = p->args[1]; in ti_msgmgr_of_xlate()
606 if (req_pid >= d->num_valid_queues) in ti_msgmgr_of_xlate()
608 qinst = &inst->qinsts[req_pid]; 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()