Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c255 res->u.sqrq.restype = FW_RI_RES_TYPE_SQ; in create_qp()
256 res->u.sqrq.op = FW_RI_RES_OP_WRITE; in create_qp()
262 res->u.sqrq.fetchszm_to_iqid = cpu_to_be32( in create_qp()
267 res->u.sqrq.dcaen_to_eqsize = cpu_to_be32( in create_qp()
276 res->u.sqrq.eqid = cpu_to_be32(wq->sq.qid); in create_qp()
277 res->u.sqrq.eqaddr = cpu_to_be64(wq->sq.dma_addr); in create_qp()
279 res->u.sqrq.restype = FW_RI_RES_TYPE_RQ; in create_qp()
280 res->u.sqrq.op = FW_RI_RES_OP_WRITE; in create_qp()
285 res->u.sqrq.fetchszm_to_iqid = cpu_to_be32( in create_qp()
290 res->u.sqrq.dcaen_to_eqsize = cpu_to_be32( in create_qp()
[all …]
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_ri_api.h284 } sqrq; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1548 } sqrq; member