Searched refs:hw_cqe (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/ofed/libcxgb4/src/
H A Dcq.c166 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, argument
171 read_cqe->header = htonl(V_CQE_QPID(CQE_QPID(hw_cqe)) |
172 V_CQE_SWCQE(SW_CQE(hw_cqe)) |
175 read_cqe->bits_type_ts = hw_cqe->bits_type_ts;
203 struct t4_cqe *hw_cqe, *swcqe, read_cqe; local
209 ret = t4_next_hw_cqe(&chp->cq, &hw_cqe);
217 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe));
225 if (CQE_OPCODE(hw_cqe) == FW_RI_TERMINATE)
228 if (CQE_OPCODE(hw_cqe) == FW_RI_READ_RESP) {
235 if (CQE_TYPE(hw_cqe)
352 struct t4_cqe *hw_cqe, read_cqe; local
[all...]
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c374 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, argument
379 read_cqe->header = htonl(V_CQE_QPID(CQE_QPID(hw_cqe)) |
380 V_CQE_SWCQE(SW_CQE(hw_cqe)) |
383 read_cqe->bits_type_ts = hw_cqe->bits_type_ts;
427 struct t4_cqe *hw_cqe, read_cqe; local
431 ret = t4_next_cqe(cq, &hw_cqe);
437 CQE_OVFBIT(hw_cqe), CQE_QPID(hw_cqe), CQE_GENBIT(hw_cqe),
438 CQE_TYPE(hw_cqe), CQE_STATU
[all...]
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.c1107 create_read_req_cqe(struct t3_wq *wq, struct t3_cqe *hw_cqe, argument
1112 read_cqe->header = htonl(V_CQE_QPID(CQE_QPID(*hw_cqe)) |
1113 V_CQE_SWCQE(SW_CQE(*hw_cqe)) |
1158 struct t3_cqe *hw_cqe, read_cqe; local
1162 hw_cqe = cxio_next_cqe(cq);
1165 CQE_OOO(*hw_cqe), CQE_QPID(*hw_cqe),
1166 CQE_GENBIT(*hw_cqe), CQE_TYPE(*hw_cqe), CQE_STATUS(*hw_cqe));
[all...]

Completed in 176 milliseconds