Lines Matching refs:sqrq
324 res->u.sqrq.restype = FW_RI_RES_TYPE_SQ;
325 res->u.sqrq.op = FW_RI_RES_OP_WRITE;
333 res->u.sqrq.fetchszm_to_iqid = cpu_to_be32(
339 res->u.sqrq.dcaen_to_eqsize = cpu_to_be32(
348 res->u.sqrq.eqid = cpu_to_be32(wq->sq.qid);
349 res->u.sqrq.eqaddr = cpu_to_be64(wq->sq.dma_addr);
353 res->u.sqrq.restype = FW_RI_RES_TYPE_RQ;
354 res->u.sqrq.op = FW_RI_RES_OP_WRITE;
361 res->u.sqrq.fetchszm_to_iqid =
369 res->u.sqrq.dcaen_to_eqsize =
377 res->u.sqrq.eqid = cpu_to_be32(wq->rq.qid);
378 res->u.sqrq.eqaddr = cpu_to_be64(wq->rq.dma_addr);