Lines Matching defs:qp
164 static void flush_tx_list(struct rvt_qp *qp) in flush_tx_list()
172 static void flush_iowait(struct rvt_qp *qp) in flush_iowait()
202 int hfi1_check_modify_qp(struct rvt_qp *qp, struct ib_qp_attr *attr, in hfi1_check_modify_qp()
244 static inline void qp_set_16b(struct rvt_qp *qp) in qp_set_16b()
264 void hfi1_modify_qp(struct rvt_qp *qp, struct ib_qp_attr *attr, in hfi1_modify_qp()
305 int hfi1_setup_wqe(struct rvt_qp *qp, struct rvt_swqe *wqe, bool *call_send) in hfi1_setup_wqe()
364 bool _hfi1_schedule_send(struct rvt_qp *qp) in _hfi1_schedule_send()
381 static void qp_pio_drain(struct rvt_qp *qp) in qp_pio_drain()
407 bool hfi1_schedule_send(struct rvt_qp *qp) in hfi1_schedule_send()
420 static void hfi1_qp_schedule(struct rvt_qp *qp) in hfi1_qp_schedule()
437 void hfi1_qp_wakeup(struct rvt_qp *qp, u32 flag) in hfi1_qp_wakeup()
452 void hfi1_qp_unbusy(struct rvt_qp *qp, struct iowait_work *wait) in hfi1_qp_unbusy()
485 struct rvt_qp *qp; in iowait_sleep() local
536 struct rvt_qp *qp = iowait_to_qp(wait); in iowait_wakeup() local
544 struct rvt_qp *qp = iowait_to_qp(wait); in iowait_sdma_drained() local
563 struct rvt_qp *qp = iowait_to_qp(w); in hfi1_init_priority() local
580 struct sdma_engine *qp_to_sdma_engine(struct rvt_qp *qp, u8 sc5) in qp_to_sdma_engine()
605 struct send_context *qp_to_send_context(struct rvt_qp *qp, u8 sc5) in qp_to_send_context()
625 static int qp_idle(struct rvt_qp *qp) in qp_idle()
642 struct rvt_qp *qp = iter->qp; in qp_iter_print() local
709 void *qp_priv_alloc(struct rvt_dev_info *rdi, struct rvt_qp *qp) in qp_priv_alloc()
739 void qp_priv_free(struct rvt_dev_info *rdi, struct rvt_qp *qp) in qp_priv_free()
773 void flush_qp_waiters(struct rvt_qp *qp) in flush_qp_waiters()
780 void stop_send_queue(struct rvt_qp *qp) in stop_send_queue()
789 void quiesce_qp(struct rvt_qp *qp) in quiesce_qp()
800 void notify_qp_reset(struct rvt_qp *qp) in notify_qp_reset()
815 void hfi1_migrate_qp(struct rvt_qp *qp) in hfi1_migrate_qp()
840 u32 mtu_from_qp(struct rvt_dev_info *rdi, struct rvt_qp *qp, u32 pmtu) in mtu_from_qp()
862 int get_pmtu_from_attr(struct rvt_dev_info *rdi, struct rvt_qp *qp, in get_pmtu_from_attr()
882 void notify_error_qp(struct rvt_qp *qp) in notify_error_qp()
920 static void hfi1_qp_iter_cb(struct rvt_qp *qp, u64 v) in hfi1_qp_iter_cb()