Searched refs:sqrq (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/ |
| H A D | qp.c | 324 res->u.sqrq.restype = FW_RI_RES_TYPE_SQ; in create_qp() 325 res->u.sqrq.op = FW_RI_RES_OP_WRITE; in create_qp() 333 res->u.sqrq.fetchszm_to_iqid = cpu_to_be32( in create_qp() 339 res->u.sqrq.dcaen_to_eqsize = cpu_to_be32( in create_qp() 348 res->u.sqrq.eqid = cpu_to_be32(wq->sq.qid); in create_qp() 349 res->u.sqrq.eqaddr = cpu_to_be64(wq->sq.dma_addr); in create_qp() 353 res->u.sqrq.restype = FW_RI_RES_TYPE_RQ; in create_qp() 354 res->u.sqrq.op = FW_RI_RES_OP_WRITE; in create_qp() 361 res->u.sqrq.fetchszm_to_iqid = in create_qp() 369 res->u.sqrq.dcaen_to_eqsize = in create_qp() [all …]
|
| H A D | t4fw_ri_api.h | 287 } sqrq; member
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | runqueue.py | 2706 def build_scenequeue_data(sqdata, rqdata, rq, cooker, stampcache, sqrq): argument 2780 sqdata.unskippable |= sqrq.cantskip 2789 sqrq.setbuildable(tid) 2794 sqrq.tasks_scenequeue_done |= sqdata.unskippable.difference(rqdata.runq_setscene_tids) 2868 sqrq.sq_buildable.add(tid) 2877 sqrq.sq_deferred = {} 2886 sqrq.sq_deferred[tid] = sqdata.hashes[h] 2889 …update_scenequeue_data(sqdata.sq_revdeps, sqdata, rqdata, rq, cooker, stampcache, sqrq, summary=Tr… 2925 def update_scenequeue_data(tids, sqdata, rqdata, rq, cooker, stampcache, sqrq, summary=True): argument 2941 sqrq.sq_task_skip(tid) [all …]
|