Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb4/
Dcq.c300 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe() argument
305 read_cqe->header = htonl(CQE_QPID_V(CQE_QPID(hw_cqe)) | in create_read_req_cqe()
306 CQE_SWCQE_V(SW_CQE(hw_cqe)) | in create_read_req_cqe()
309 read_cqe->bits_type_ts = hw_cqe->bits_type_ts; in create_read_req_cqe()
337 struct t4_cqe *hw_cqe, *swcqe, read_cqe; in c4iw_flush_hw_cq() local
343 ret = t4_next_hw_cqe(&chp->cq, &hw_cqe); in c4iw_flush_hw_cq()
351 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe)); in c4iw_flush_hw_cq()
359 if (CQE_OPCODE(hw_cqe) == FW_RI_TERMINATE) in c4iw_flush_hw_cq()
362 if (CQE_OPCODE(hw_cqe) == FW_RI_READ_RESP) { in c4iw_flush_hw_cq()
368 if (CQE_TYPE(hw_cqe) == 1) in c4iw_flush_hw_cq()
[all …]
/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c1102 static void create_read_req_cqe(struct t3_wq *wq, struct t3_cqe *hw_cqe, in create_read_req_cqe() argument
1107 read_cqe->header = htonl(V_CQE_QPID(CQE_QPID(*hw_cqe)) | in create_read_req_cqe()
1108 V_CQE_SWCQE(SW_CQE(*hw_cqe)) | in create_read_req_cqe()
1151 struct t3_cqe *hw_cqe, read_cqe; in cxio_poll_cq() local
1155 hw_cqe = cxio_next_cqe(cq); in cxio_poll_cq()
1159 __func__, CQE_OOO(*hw_cqe), CQE_QPID(*hw_cqe), in cxio_poll_cq()
1160 CQE_GENBIT(*hw_cqe), CQE_TYPE(*hw_cqe), CQE_STATUS(*hw_cqe), in cxio_poll_cq()
1161 CQE_OPCODE(*hw_cqe), CQE_LEN(*hw_cqe), CQE_WRID_HI(*hw_cqe), in cxio_poll_cq()
1162 CQE_WRID_LOW(*hw_cqe)); in cxio_poll_cq()
1179 if (RQ_TYPE(*hw_cqe) && (CQE_OPCODE(*hw_cqe) == T3_READ_RESP)) { in cxio_poll_cq()
[all …]