Lines Matching refs:rvt_qp
64 static inline int hfi1_send_ok(struct rvt_qp *qp) in hfi1_send_ok()
95 static inline void clear_ahg(struct rvt_qp *qp) in clear_ahg()
125 void hfi1_qp_wakeup(struct rvt_qp *qp, u32 flag);
127 struct sdma_engine *qp_to_sdma_engine(struct rvt_qp *qp, u8 sc5);
128 struct send_context *qp_to_send_context(struct rvt_qp *qp, u8 sc5);
132 void _hfi1_schedule_send(struct rvt_qp *qp);
133 void hfi1_schedule_send(struct rvt_qp *qp);
135 void hfi1_migrate_qp(struct rvt_qp *qp);
140 void *qp_priv_alloc(struct rvt_dev_info *rdi, struct rvt_qp *qp);
141 void qp_priv_free(struct rvt_dev_info *rdi, struct rvt_qp *qp);
143 void notify_qp_reset(struct rvt_qp *qp);
144 int get_pmtu_from_attr(struct rvt_dev_info *rdi, struct rvt_qp *qp,
146 void flush_qp_waiters(struct rvt_qp *qp);
147 void notify_error_qp(struct rvt_qp *qp);
148 void stop_send_queue(struct rvt_qp *qp);
149 void quiesce_qp(struct rvt_qp *qp);
150 u32 mtu_from_qp(struct rvt_dev_info *rdi, struct rvt_qp *qp, u32 pmtu);