Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Dcq.c210 struct t4_swsqe *swcqe) in insert_sq_cqe() argument
218 V_CQE_OPCODE(swcqe->opcode) | in insert_sq_cqe()
222 CQE_WRID_SQ_IDX(&cqe) = swcqe->idx; in insert_sq_cqe()
251 struct t4_cqe *cqe = NULL, *swcqe; in c4iw_flush_hw_cq() local
259 swcqe = &cq->sw_queue[cq->sw_pidx]; in c4iw_flush_hw_cq()
260 *swcqe = *cqe; in c4iw_flush_hw_cq()
261 swcqe->header |= cpu_to_be32(V_CQE_SWCQE(1)); in c4iw_flush_hw_cq()
/linux-3.4.99/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c430 struct t3_cqe *cqe, *swcqe; in cxio_flush_hw_cq() local
437 swcqe = cq->sw_queue + Q_PTR2IDX(cq->sw_wptr, cq->size_log2); in cxio_flush_hw_cq()
438 *swcqe = *cqe; in cxio_flush_hw_cq()
439 swcqe->header |= cpu_to_be32(V_CQE_SWCQE(1)); in cxio_flush_hw_cq()