Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dqp.c322 res->u.sqrq.restype = FW_RI_RES_TYPE_SQ; in create_qp()
323 res->u.sqrq.op = FW_RI_RES_OP_WRITE; in create_qp()
331 res->u.sqrq.fetchszm_to_iqid = cpu_to_be32( in create_qp()
337 res->u.sqrq.dcaen_to_eqsize = cpu_to_be32( in create_qp()
346 res->u.sqrq.eqid = cpu_to_be32(wq->sq.qid); in create_qp()
347 res->u.sqrq.eqaddr = cpu_to_be64(wq->sq.dma_addr); in create_qp()
351 res->u.sqrq.restype = FW_RI_RES_TYPE_RQ; in create_qp()
352 res->u.sqrq.op = FW_RI_RES_OP_WRITE; in create_qp()
359 res->u.sqrq.fetchszm_to_iqid = in create_qp()
367 res->u.sqrq.dcaen_to_eqsize = in create_qp()
[all …]
Dt4fw_ri_api.h287 } sqrq; member