Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/iw_cxgbe/
HDcq.c230 struct t4_swsqe *swcqe) in insert_sq_cqe() argument
238 V_CQE_OPCODE(swcqe->opcode) | in insert_sq_cqe()
242 CQE_WRID_SQ_IDX(&cqe) = swcqe->idx; in insert_sq_cqe()
271 struct t4_cqe *cqe = NULL, *swcqe; in c4iw_flush_hw_cq() local
279 swcqe = &cq->sw_queue[cq->sw_pidx]; in c4iw_flush_hw_cq()
280 *swcqe = *cqe; in c4iw_flush_hw_cq()
281 swcqe->header |= cpu_to_be32(V_CQE_SWCQE(1)); in c4iw_flush_hw_cq()
/trueos/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_hal.c466 struct t3_cqe *cqe, *swcqe; in cxio_flush_hw_cq() local
473 swcqe = cq->sw_queue + Q_PTR2IDX(cq->sw_wptr, cq->size_log2); in cxio_flush_hw_cq()
474 *swcqe = *cqe; in cxio_flush_hw_cq()
475 swcqe->header |= htobe32(V_CQE_SWCQE(1)); in cxio_flush_hw_cq()