Searched refs:hw_cqe (Results 1 – 1 of 1) sorted by relevance
300 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe() argument305 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() local343 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()366 if (CQE_OPCODE(hw_cqe) == FW_RI_TERMINATE) in c4iw_flush_hw_cq()369 if (CQE_OPCODE(hw_cqe) == FW_RI_READ_RESP) { in c4iw_flush_hw_cq()375 if (CQE_TYPE(hw_cqe) == 1) in c4iw_flush_hw_cq()[all …]