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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 __func__, 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.c881 struct respQ_msg_t *rsp_msg = (struct respQ_msg_t *) skb->data; local
884 cnt, __func__, RSPQ_CQID(rsp_msg), RSPQ_CQPTR(rsp_msg),
885 RSPQ_GENBIT(rsp_msg), RSPQ_OVERFLOW(rsp_msg), RSPQ_AN(rsp_msg),
886 RSPQ_SE(rsp_msg), RSPQ_NOTIFY(rsp_msg), RSPQ_CQBRANCH(rsp_msg),
887 RSPQ_CREDIT_THRESH(rsp_msg));
[all...]
H A Diwch_qp.c609 static inline void build_term_codes(struct respQ_msg_t *rsp_msg, argument
618 if (rsp_msg) {
619 status = CQE_STATUS(rsp_msg->cqe);
620 opcode = CQE_OPCODE(rsp_msg->cqe);
621 rqtype = RQ_TYPE(rsp_msg->cqe);
773 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg) argument
794 build_term_codes(rsp_msg, &term->layer_etype, &term->ecode);
H A Diwch_provider.h334 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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 __func__, 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.c881 struct respQ_msg_t *rsp_msg = (struct respQ_msg_t *) skb->data; local
884 cnt, __func__, RSPQ_CQID(rsp_msg), RSPQ_CQPTR(rsp_msg),
885 RSPQ_GENBIT(rsp_msg), RSPQ_OVERFLOW(rsp_msg), RSPQ_AN(rsp_msg),
886 RSPQ_SE(rsp_msg), RSPQ_NOTIFY(rsp_msg), RSPQ_CQBRANCH(rsp_msg),
887 RSPQ_CREDIT_THRESH(rsp_msg));
[all...]
H A Diwch_qp.c609 static inline void build_term_codes(struct respQ_msg_t *rsp_msg, argument
618 if (rsp_msg) {
619 status = CQE_STATUS(rsp_msg->cqe);
620 opcode = CQE_OPCODE(rsp_msg->cqe);
621 rqtype = RQ_TYPE(rsp_msg->cqe);
773 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg) argument
794 build_term_codes(rsp_msg, &term->layer_etype, &term->ecode);
H A Diwch_provider.h334 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg);

Completed in 162 milliseconds