Searched refs:rsp_msg (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
| D | iwch_ev.c | 42 struct respQ_msg_t *rsp_msg, in post_qp_event() argument 52 qhp = xa_load(&rnicp->qps, 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() 67 CQE_STATUS(rsp_msg->cqe)); in post_qp_event() 74 CQE_QPID(rsp_msg->cqe), CQE_OPCODE(rsp_msg->cqe), in post_qp_event() 75 CQE_STATUS(rsp_msg->cqe), CQE_TYPE(rsp_msg->cqe), in post_qp_event() 76 CQE_WRID_HI(rsp_msg->cqe), CQE_WRID_LOW(rsp_msg->cqe)); in post_qp_event() 86 iwch_post_terminate(qhp, rsp_msg); in post_qp_event() 110 struct respQ_msg_t *rsp_msg = (struct respQ_msg_t *) skb->data; in iwch_ev_dispatch() local [all …]
|
| D | cxio_hal.c | 857 struct respQ_msg_t *rsp_msg = (struct respQ_msg_t *) skb->data; in cxio_hal_ev_handler() local 859 cnt, __func__, RSPQ_CQID(rsp_msg), RSPQ_CQPTR(rsp_msg), in cxio_hal_ev_handler() 860 RSPQ_GENBIT(rsp_msg), RSPQ_OVERFLOW(rsp_msg), RSPQ_AN(rsp_msg), in cxio_hal_ev_handler() 861 RSPQ_SE(rsp_msg), RSPQ_NOTIFY(rsp_msg), RSPQ_CQBRANCH(rsp_msg), in cxio_hal_ev_handler() 862 RSPQ_CREDIT_THRESH(rsp_msg)); in cxio_hal_ev_handler() 864 CQE_QPID(rsp_msg->cqe), CQE_GENBIT(rsp_msg->cqe), in cxio_hal_ev_handler() 865 CQE_TYPE(rsp_msg->cqe), CQE_STATUS(rsp_msg->cqe), in cxio_hal_ev_handler() 866 CQE_OPCODE(rsp_msg->cqe), CQE_LEN(rsp_msg->cqe), in cxio_hal_ev_handler() 867 CQE_WRID_HI(rsp_msg->cqe), CQE_WRID_LOW(rsp_msg->cqe)); in cxio_hal_ev_handler() 874 if (CQE_QPID(rsp_msg->cqe) == T3_CTRL_QP_ID) { in cxio_hal_ev_handler() [all …]
|
| D | iwch_qp.c | 529 static inline void build_term_codes(struct respQ_msg_t *rsp_msg, in build_term_codes() argument 538 if (rsp_msg) { in build_term_codes() 539 status = CQE_STATUS(rsp_msg->cqe); in build_term_codes() 540 opcode = CQE_OPCODE(rsp_msg->cqe); in build_term_codes() 541 rqtype = RQ_TYPE(rsp_msg->cqe); in build_term_codes() 692 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg) in iwch_post_terminate() argument 712 build_term_codes(rsp_msg, &term->layer_etype, &term->ecode); in iwch_post_terminate()
|
| D | iwch_provider.h | 334 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg);
|