Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mailbox/
Dti-msgmgr.c521 int req_qid, req_pid; in ti_msgmgr_of_xlate() local
542 req_qid = 0; in ti_msgmgr_of_xlate()
545 req_qid = p->args[0]; in ti_msgmgr_of_xlate()
558 if (req_qid == qinst->queue_id && req_pid == qinst->proxy_id) in ti_msgmgr_of_xlate()
564 req_qid, req_pid, p->np); in ti_msgmgr_of_xlate()
/Linux-v5.15/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c1664 u16 req_qid = 0; in mpi3mr_create_op_req_q() local
1666 req_qid = op_req_q->qid; in mpi3mr_create_op_req_q()
1668 if (req_qid) { in mpi3mr_create_op_req_q()
1671 req_qid); in mpi3mr_create_op_req_q()
1675 req_qid = idx + 1; in mpi3mr_create_op_req_q()
1703 create_req.queue_id = cpu_to_le16(req_qid); in mpi3mr_create_op_req_q()
1743 op_req_q->qid = req_qid; in mpi3mr_create_op_req_q()