Searched refs:sqrq (Results 1 – 2 of 2) sorted by relevance
280 res->u.sqrq.restype = FW_RI_RES_TYPE_SQ; in create_qp()281 res->u.sqrq.op = FW_RI_RES_OP_WRITE; in create_qp()289 res->u.sqrq.fetchszm_to_iqid = cpu_to_be32( in create_qp()295 res->u.sqrq.dcaen_to_eqsize = cpu_to_be32( in create_qp()303 res->u.sqrq.eqid = cpu_to_be32(wq->sq.qid); in create_qp()304 res->u.sqrq.eqaddr = cpu_to_be64(wq->sq.dma_addr); in create_qp()306 res->u.sqrq.restype = FW_RI_RES_TYPE_RQ; in create_qp()307 res->u.sqrq.op = FW_RI_RES_OP_WRITE; in create_qp()314 res->u.sqrq.fetchszm_to_iqid = cpu_to_be32( in create_qp()319 res->u.sqrq.dcaen_to_eqsize = cpu_to_be32( in create_qp()[all …]
284 } sqrq; member