Searched refs:iwch_qp (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.h | 159 struct iwch_qp { struct 172 static inline int qp_quiesced(struct iwch_qp *qhp) in qp_quiesced() argument 177 static inline struct iwch_qp *to_iwch_qp(struct ib_qp *ibqp) in to_iwch_qp() 179 return container_of(ibqp, struct iwch_qp, ibqp); in to_iwch_qp() 259 struct iwch_qp *qhp, 326 u16 iwch_rqes_posted(struct iwch_qp *qhp); 335 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg); 339 void stop_read_rep_timer(struct iwch_qp *qhp);
|
D | iwch.h | 48 struct iwch_qp; 142 static inline struct iwch_qp *get_qhp(struct iwch_dev *rhp, u32 qpid) in get_qhp()
|
D | Makefile | 5 iw_cxgb3-y := iwch_cm.o iwch_ev.o iwch_cq.o iwch_qp.o iwch_mem.o \
|
D | iwch_qp.c | 247 static int build_rdma_recv(struct iwch_qp *qhp, union t3_wr *wqe, in build_rdma_recv() 287 static int build_zero_stag_recv(struct iwch_qp *qhp, union t3_wr *wqe, in build_zero_stag_recv() 357 struct iwch_qp *qhp; in iwch_post_send() 469 struct iwch_qp *qhp; in iwch_post_receive() 534 struct iwch_qp *qhp; in iwch_bind_mw() 774 int iwch_post_terminate(struct iwch_qp *qhp, struct respQ_msg_t *rsp_msg) in iwch_post_terminate() 806 static void __flush_qp(struct iwch_qp *qhp, struct iwch_cq *rchp, in __flush_qp() 853 static void flush_qp(struct iwch_qp *qhp) in flush_qp() 882 u16 iwch_rqes_posted(struct iwch_qp *qhp) in iwch_rqes_posted() 895 static int rdma_init(struct iwch_dev *rhp, struct iwch_qp *qhp, in rdma_init() [all …]
|
D | iwch_ev.c | 48 struct iwch_qp *qhp; in post_qp_event() 111 struct iwch_qp *qhp; in iwch_ev_dispatch()
|
D | iwch.c | 68 struct iwch_qp *qhp = p; in disable_qp_db() 76 struct iwch_qp *qhp = p; in enable_qp_db()
|
D | iwch_cm.h | 156 struct iwch_qp *qp;
|
D | iwch_cq.c | 47 struct iwch_qp *qhp = NULL; in iwch_poll_cq_one()
|
D | iwch_provider.c | 861 struct iwch_qp *qhp; in iwch_destroy_qp() 893 struct iwch_qp *qhp; in iwch_create_qp() 1050 struct iwch_qp *qhp; in iwch_ib_modify_qp()
|
D | iwch_cm.c | 1801 struct iwch_qp *qp = get_qhp(h, conn_param->qpn); in iwch_accept_cr()
|