Searched refs:err_cqe (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c44 struct t4_cqe *err_cqe,
55 qhp->attr.state, qhp->wq.sq.qid, CQE_STATUS(err_cqe));
61 CQE_QPID(err_cqe), CQE_OPCODE(err_cqe),
62 CQE_STATUS(err_cqe), CQE_TYPE(err_cqe),
63 CQE_WRID_HI(err_cqe), CQE_WRID_LOW(err_cqe));
85 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe) argument
92 qhp = get_qhp(dev, CQE_QPID(err_cqe));
42 post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, struct c4iw_qp *qhp, struct t4_cqe *err_cqe, enum ib_event_type ib_event) argument
[all...]
H A Dqp.c972 static inline void build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type, argument
981 if (!err_cqe) {
987 status = CQE_STATUS(err_cqe);
988 opcode = CQE_OPCODE(err_cqe);
989 rqtype = RQ_TYPE(err_cqe);
1108 static void post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe, argument
1141 build_term_codes(err_cqe, &term->layer_etype, &term->ecode);
H A Diw_cxgbe.h972 int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe);
979 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe);
H A Dcm.c443 struct t4_cqe err_cqe; member in struct:cqe_list_entry
460 c4iw_ev_dispatch(cle->rhp, &cle->err_cqe);
2990 cle->err_cqe = *(const struct t4_cqe *)(&rpl[0]);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c516 struct mlx5_err_cqe *err_cqe; local
590 err_cqe = (struct mlx5_err_cqe *)cqe64;
591 mlx5_handle_error_cqe(dev, err_cqe, wc);
596 err_cqe->syndrome, err_cqe->vendor_err_synd);

Completed in 148 milliseconds