Home
last modified time | relevance | path

Searched refs:iwch_qp (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Diwch_provider.h161 struct iwch_qp { struct
173 static inline int qp_quiesced(struct iwch_qp *qhp) in qp_quiesced() argument
178 static inline struct iwch_qp *to_iwch_qp(struct ib_qp *ibqp) in to_iwch_qp()
180 return container_of(ibqp, struct iwch_qp, ibqp); in to_iwch_qp()
261 struct iwch_qp *qhp,
328 u16 iwch_rqes_posted(struct iwch_qp *qhp);
334 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg);
338 void stop_read_rep_timer(struct iwch_qp *qhp);
Diwch.h48 struct iwch_qp;
142 static inline struct iwch_qp *get_qhp(struct iwch_dev *rhp, u32 qpid) in get_qhp()
DMakefile6 iw_cxgb3-y := iwch_cm.o iwch_ev.o iwch_cq.o iwch_qp.o iwch_mem.o \
Diwch_cq.c36 struct iwch_qp *qhp, struct ib_wc *wc) in __iwch_poll_cq_one()
178 struct iwch_qp *qhp; in iwch_poll_cq_one()
Diwch_qp.c248 static int build_rdma_recv(struct iwch_qp *qhp, union t3_wr *wqe, in build_rdma_recv()
288 static int build_zero_stag_recv(struct iwch_qp *qhp, union t3_wr *wqe, in build_zero_stag_recv()
358 struct iwch_qp *qhp; in iwch_post_send()
470 struct iwch_qp *qhp; in iwch_post_receive()
692 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg) in iwch_post_terminate()
723 static void __flush_qp(struct iwch_qp *qhp, struct iwch_cq *rchp, in __flush_qp()
773 static void flush_qp(struct iwch_qp *qhp) in flush_qp()
802 u16 iwch_rqes_posted(struct iwch_qp *qhp) in iwch_rqes_posted()
815 static int rdma_init(struct iwch_dev *rhp, struct iwch_qp *qhp, in rdma_init()
867 int iwch_modify_qp(struct iwch_dev *rhp, struct iwch_qp *qhp, in iwch_modify_qp()
Diwch_ev.c48 struct iwch_qp *qhp; in post_qp_event()
112 struct iwch_qp *qhp; in iwch_ev_dispatch()
Diwch.c67 struct iwch_qp *qhp = p; in disable_qp_db()
75 struct iwch_qp *qhp = p; in enable_qp_db()
Diwch_cm.h156 struct iwch_qp *qp;
Diwch_provider.c762 struct iwch_qp *qhp; in iwch_destroy_qp()
794 struct iwch_qp *qhp; in iwch_create_qp()
949 struct iwch_qp *qhp; in iwch_ib_modify_qp()
Diwch_cm.c1787 struct iwch_qp *qp = get_qhp(h, conn_param->qpn); in iwch_accept_cr()