Searched defs:qhp (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ | 
| D | iwch_qp.c | 248 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()  local 470 	struct iwch_qp *qhp;  in iwch_post_receive()  local 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()
  | 
| D | iwch_ev.c | 48 	struct iwch_qp *qhp;  in post_qp_event()  local 112 	struct iwch_qp *qhp;  in iwch_ev_dispatch()  local
  | 
| D | iwch_cq.c | 36 			      struct iwch_qp *qhp, struct ib_wc *wc)  in __iwch_poll_cq_one() 178 	struct iwch_qp *qhp;  in iwch_poll_cq_one()  local
  | 
| D | iwch.c | 68 	struct iwch_qp *qhp;  in disable_dbs()  local 79 	struct iwch_qp *qhp;  in enable_dbs()  local
  | 
| D | iwch_provider.c | 668 	struct iwch_qp *qhp;  in iwch_destroy_qp()  local 700 	struct iwch_qp *qhp;  in iwch_create_qp()  local 857 	struct iwch_qp *qhp;  in iwch_ib_modify_qp()  local
  | 
| D | iwch_provider.h | 173 static inline int qp_quiesced(struct iwch_qp *qhp)  in qp_quiesced()
  | 
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ | 
| D | qp.c | 87 static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state)  in set_state() 689 static void post_write_cmpl(struct c4iw_qp *qhp, const struct ib_send_wr *wr)  in post_write_cmpl() 758 static int build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe,  in build_rdma_recv() 911 static int ring_kernel_sq_db(struct c4iw_qp *qhp, u16 inc)  in ring_kernel_sq_db() 928 static int ring_kernel_rq_db(struct c4iw_qp *qhp, u16 inc)  in ring_kernel_rq_db() 978 static int complete_sq_drain_wr(struct c4iw_qp *qhp,  in complete_sq_drain_wr() 1017 static int complete_sq_drain_wrs(struct c4iw_qp *qhp,  in complete_sq_drain_wrs() 1034 static void complete_rq_drain_wr(struct c4iw_qp *qhp,  in complete_rq_drain_wr() 1067 static void complete_rq_drain_wrs(struct c4iw_qp *qhp,  in complete_rq_drain_wrs() 1083 	struct c4iw_qp *qhp;  in c4iw_post_send()  local [all …] 
 | 
| D | ev.c | 88 			  struct c4iw_qp *qhp,  in post_qp_event() 123 	struct c4iw_qp *qhp;  in c4iw_ev_dispatch()  local
  | 
| D | cq.c | 238 int c4iw_flush_sq(struct c4iw_qp *qhp)  in c4iw_flush_sq() 338 	struct c4iw_qp *qhp;  in c4iw_flush_hw_cq()  local 754 static int __c4iw_poll_cq_one(struct c4iw_cq *chp, struct c4iw_qp *qhp,  in __c4iw_poll_cq_one() 924 	struct c4iw_qp *qhp = NULL;  in c4iw_poll_cq_one()  local 1166 void c4iw_flush_srqidx(struct c4iw_qp *qhp, u32 srqidx)  in c4iw_flush_srqidx()
  | 
| D | restrack.c | 142 	struct c4iw_qp *qhp = to_c4iw_qp(ibqp);  in fill_res_qp_entry()  local
  |