Searched defs:iwch_qp (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.h159 struct iwch_qp { struct
172 static inline int qp_quiesced(struct iwch_qp *qhp)
177 static inline struct iwch_qp *to_iwch_qp(struct ib_qp *ibqp)
179 return container_of(ibqp, struct iwch_qp, ibqp);
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);

Completed in 168 milliseconds