Lines Matching refs:sqrq
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()
377 res->u.sqrq.eqid = cpu_to_be32(wq->rq.qid); in create_qp()
378 res->u.sqrq.eqaddr = cpu_to_be64(wq->rq.dma_addr); in create_qp()