Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/cxgb3/
Diwch_ev.c42 struct respQ_msg_t *rsp_msg, in post_qp_event() argument
52 qhp = get_qhp(rnicp, CQE_QPID(rsp_msg->cqe)); in post_qp_event()
56 __func__, CQE_STATUS(rsp_msg->cqe), in post_qp_event()
57 CQE_QPID(rsp_msg->cqe)); in post_qp_event()
66 qhp->attr.state, qhp->wq.qpid, CQE_STATUS(rsp_msg->cqe)); in post_qp_event()
73 CQE_QPID(rsp_msg->cqe), CQE_OPCODE(rsp_msg->cqe), in post_qp_event()
74 CQE_STATUS(rsp_msg->cqe), CQE_TYPE(rsp_msg->cqe), in post_qp_event()
75 CQE_WRID_HI(rsp_msg->cqe), CQE_WRID_LOW(rsp_msg->cqe)); in post_qp_event()
85 iwch_post_terminate(qhp, rsp_msg); in post_qp_event()
109 struct respQ_msg_t *rsp_msg = (struct respQ_msg_t *) skb->data; in iwch_ev_dispatch() local
[all …]
Dcxio_hal.c884 struct respQ_msg_t *rsp_msg = (struct respQ_msg_t *) skb->data; in cxio_hal_ev_handler() local
887 cnt, __func__, RSPQ_CQID(rsp_msg), RSPQ_CQPTR(rsp_msg), in cxio_hal_ev_handler()
888 RSPQ_GENBIT(rsp_msg), RSPQ_OVERFLOW(rsp_msg), RSPQ_AN(rsp_msg), in cxio_hal_ev_handler()
889 RSPQ_SE(rsp_msg), RSPQ_NOTIFY(rsp_msg), RSPQ_CQBRANCH(rsp_msg), in cxio_hal_ev_handler()
890 RSPQ_CREDIT_THRESH(rsp_msg)); in cxio_hal_ev_handler()
893 CQE_QPID(rsp_msg->cqe), CQE_GENBIT(rsp_msg->cqe), in cxio_hal_ev_handler()
894 CQE_TYPE(rsp_msg->cqe), CQE_STATUS(rsp_msg->cqe), in cxio_hal_ev_handler()
895 CQE_OPCODE(rsp_msg->cqe), CQE_LEN(rsp_msg->cqe), in cxio_hal_ev_handler()
896 CQE_WRID_HI(rsp_msg->cqe), CQE_WRID_LOW(rsp_msg->cqe)); in cxio_hal_ev_handler()
903 if (CQE_QPID(rsp_msg->cqe) == T3_CTRL_QP_ID) { in cxio_hal_ev_handler()
[all …]
Diwch_qp.c609 static inline void build_term_codes(struct respQ_msg_t *rsp_msg, in build_term_codes() argument
618 if (rsp_msg) { in build_term_codes()
619 status = CQE_STATUS(rsp_msg->cqe); in build_term_codes()
620 opcode = CQE_OPCODE(rsp_msg->cqe); in build_term_codes()
621 rqtype = RQ_TYPE(rsp_msg->cqe); in build_term_codes()
773 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg) in iwch_post_terminate() argument
794 build_term_codes(rsp_msg, &term->layer_etype, &term->ecode); in iwch_post_terminate()
Diwch_provider.h335 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg);