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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_ev.c42 struct respQ_msg_t *rsp_msg,
51 qhp = get_qhp(rnicp, CQE_QPID(rsp_msg->cqe));
55 __FUNCTION__, CQE_STATUS(rsp_msg->cqe),
56 CQE_QPID(rsp_msg->cqe));
65 qhp->attr.state, qhp->wq.qpid, CQE_STATUS(rsp_msg->cqe));
72 CQE_QPID(rsp_msg->cqe), CQE_OPCODE(rsp_msg->cqe),
73 CQE_STATUS(rsp_msg->cqe), CQE_TYPE(rsp_msg->cqe),
74 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
104 struct respQ_msg_t *rsp_msg = (struct respQ_msg_t *) skb->data; local
[all...]
H A Dcxio_hal.c855 struct respQ_msg_t *rsp_msg = (struct respQ_msg_t *) skb->data; local
858 cnt, __FUNCTION__, RSPQ_CQID(rsp_msg), RSPQ_CQPTR(rsp_msg),
859 RSPQ_GENBIT(rsp_msg), RSPQ_OVERFLOW(rsp_msg), RSPQ_AN(rsp_msg),
860 RSPQ_SE(rsp_msg), RSPQ_NOTIFY(rsp_msg), RSPQ_CQBRANCH(rsp_msg),
861 RSPQ_CREDIT_THRESH(rsp_msg));
[all...]
H A Diwch_qp.c463 static inline void build_term_codes(struct respQ_msg_t *rsp_msg, argument
472 if (rsp_msg) {
473 status = CQE_STATUS(rsp_msg->cqe);
474 opcode = CQE_OPCODE(rsp_msg->cqe);
475 rqtype = RQ_TYPE(rsp_msg->cqe);
598 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg) argument
619 build_term_codes(rsp_msg, &term->layer_etype, &term->ecode);
H A Diwch_provider.h333 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg);

Completed in 97 milliseconds