Home
last modified time | relevance | path

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

/drivers/mailbox/
Dti-msgmgr.c527 int req_qid, req_pid; in ti_msgmgr_of_xlate() local
549 req_pid = p->args[0]; in ti_msgmgr_of_xlate()
552 req_pid = p->args[1]; in ti_msgmgr_of_xlate()
556 if (req_pid >= d->num_valid_queues) in ti_msgmgr_of_xlate()
558 qinst = &inst->qinsts[req_pid]; 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()