Searched refs:rsp_msg (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/hw/cxgb3/
H A Diwch_ev.c42 struct respQ_msg_t *rsp_msg,
52 qhp = get_qhp(rnicp, CQE_QPID(rsp_msg->cqe));
56 __func__, CQE_STATUS(rsp_msg->cqe),
57 CQE_QPID(rsp_msg->cqe));
66 qhp->attr.state, qhp->wq.qpid, CQE_STATUS(rsp_msg->cqe));
73 CQE_QPID(rsp_msg->cqe), CQE_OPCODE(rsp_msg->cqe),
74 CQE_STATUS(rsp_msg->cqe), CQE_TYPE(rsp_msg->cqe),
75 CQE_WRID_HI(rsp_msg
41 post_qp_event(struct iwch_dev *rnicp, struct iwch_cq *chp, struct respQ_msg_t *rsp_msg, enum ib_event_type ib_event, int send_term) argument
109 struct respQ_msg_t *rsp_msg = (struct respQ_msg_t *) skb->data; local
[all...]
H A Dcxio_hal.c882 struct respQ_msg_t *rsp_msg = (struct respQ_msg_t *) skb->data; local
885 cnt, __func__, RSPQ_CQID(rsp_msg), RSPQ_CQPTR(rsp_msg),
886 RSPQ_GENBIT(rsp_msg), RSPQ_OVERFLOW(rsp_msg), RSPQ_AN(rsp_msg),
887 RSPQ_SE(rsp_msg), RSPQ_NOTIFY(rsp_msg), RSPQ_CQBRANCH(rsp_msg),
888 RSPQ_CREDIT_THRESH(rsp_msg));
[all...]
H A Diwch_qp.c610 static inline void build_term_codes(struct respQ_msg_t *rsp_msg, argument
619 if (rsp_msg) {
620 status = CQE_STATUS(rsp_msg->cqe);
621 opcode = CQE_OPCODE(rsp_msg->cqe);
622 rqtype = RQ_TYPE(rsp_msg->cqe);
774 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg) argument
795 build_term_codes(rsp_msg, &term->layer_etype, &term->ecode);
H A Diwch_provider.h335 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg);

Completed in 151 milliseconds