Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_ev.c81 struct respQ_msg_t *rsp_msg, in post_qp_event() argument
92 __func__, CQE_STATUS(rsp_msg->cqe), in post_qp_event()
93 CQE_QPID(rsp_msg->cqe)); in post_qp_event()
102 qhp->attr.state, qhp->wq.qpid, CQE_STATUS(rsp_msg->cqe)); in post_qp_event()
109 CQE_QPID(rsp_msg->cqe), CQE_OPCODE(rsp_msg->cqe), in post_qp_event()
110 CQE_STATUS(rsp_msg->cqe), CQE_TYPE(rsp_msg->cqe), in post_qp_event()
111 CQE_WRID_HI(rsp_msg->cqe), CQE_WRID_LOW(rsp_msg->cqe)); in post_qp_event()
120 iwch_post_terminate(qhp, rsp_msg); in post_qp_event()
139 struct respQ_msg_t *rsp_msg = (struct respQ_msg_t *) m->m_data; in iwch_ev_dispatch() local
142 u32 cqid = RSPQ_CQID(rsp_msg); in iwch_ev_dispatch()
[all …]
HDiw_cxgb_hal.c930 struct respQ_msg_t *rsp_msg = (struct respQ_msg_t *) m->m_data; in cxio_hal_ev_handler() local
931 int qpid = CQE_QPID(rsp_msg->cqe); in cxio_hal_ev_handler()
934 __FUNCTION__, RSPQ_CQID(rsp_msg), RSPQ_CQPTR(rsp_msg), in cxio_hal_ev_handler()
935 RSPQ_GENBIT(rsp_msg), RSPQ_OVERFLOW(rsp_msg), RSPQ_AN(rsp_msg)); in cxio_hal_ev_handler()
937 RSPQ_SE(rsp_msg), RSPQ_NOTIFY(rsp_msg), RSPQ_CQBRANCH(rsp_msg), in cxio_hal_ev_handler()
938 RSPQ_CREDIT_THRESH(rsp_msg)); in cxio_hal_ev_handler()
940 qpid, CQE_TYPE(rsp_msg->cqe), CQE_STATUS(rsp_msg->cqe), in cxio_hal_ev_handler()
941 CQE_OPCODE(rsp_msg->cqe)); in cxio_hal_ev_handler()
943 CQE_LEN(rsp_msg->cqe), CQE_WRID_HI(rsp_msg->cqe), CQE_WRID_LOW(rsp_msg->cqe)); in cxio_hal_ev_handler()
948 rdev_p->ctrl_qp.rptr = CQE_WRID_LOW(rsp_msg->cqe) + 1; in cxio_hal_ev_handler()
HDiw_cxgb_qp.c593 static void build_term_codes(struct respQ_msg_t *rsp_msg, in build_term_codes() argument
602 if (rsp_msg) { in build_term_codes()
603 status = CQE_STATUS(rsp_msg->cqe); in build_term_codes()
604 opcode = CQE_OPCODE(rsp_msg->cqe); in build_term_codes()
605 rqtype = RQ_TYPE(rsp_msg->cqe); in build_term_codes()
728 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg) in iwch_post_terminate() argument
735 CTR3(KTR_IW_CXGB, "%s: tid %u, %p", __func__, qhp->ep->hwtid, rsp_msg); in iwch_post_terminate()
753 build_term_codes(rsp_msg, &term->layer_etype, &term->ecode); in iwch_post_terminate()
HDiw_cxgb_provider.h337 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg);