Lines Matching refs:ev

712 		struct ib_event ev;  in rvt_qp_mr_clean()  local
714 ev.device = qp->ibqp.device; in rvt_qp_mr_clean()
715 ev.element.qp = &qp->ibqp; in rvt_qp_mr_clean()
716 ev.event = IB_EVENT_QP_LAST_WQE_REACHED; in rvt_qp_mr_clean()
717 qp->ibqp.event_handler(&ev, qp->ibqp.qp_context); in rvt_qp_mr_clean()
1408 struct ib_event ev; in rvt_modify_qp() local
1647 ev.device = qp->ibqp.device; in rvt_modify_qp()
1648 ev.element.qp = &qp->ibqp; in rvt_modify_qp()
1649 ev.event = IB_EVENT_QP_LAST_WQE_REACHED; in rvt_modify_qp()
1650 qp->ibqp.event_handler(&ev, qp->ibqp.qp_context); in rvt_modify_qp()
1653 ev.device = qp->ibqp.device; in rvt_modify_qp()
1654 ev.element.qp = &qp->ibqp; in rvt_modify_qp()
1655 ev.event = IB_EVENT_PATH_MIG; in rvt_modify_qp()
1656 qp->ibqp.event_handler(&ev, qp->ibqp.qp_context); in rvt_modify_qp()
2427 struct ib_event ev; in rvt_get_rwqe() local
2431 ev.device = qp->ibqp.device; in rvt_get_rwqe()
2432 ev.element.srq = qp->ibqp.srq; in rvt_get_rwqe()
2433 ev.event = IB_EVENT_SRQ_LIMIT_REACHED; in rvt_get_rwqe()
2434 handler(&ev, srq->ibsrq.srq_context); in rvt_get_rwqe()
2454 struct ib_event ev; in rvt_comm_est() local
2456 ev.device = qp->ibqp.device; in rvt_comm_est()
2457 ev.element.qp = &qp->ibqp; in rvt_comm_est()
2458 ev.event = IB_EVENT_COMM_EST; in rvt_comm_est()
2459 qp->ibqp.event_handler(&ev, qp->ibqp.qp_context); in rvt_comm_est()
2474 struct ib_event ev; in rvt_rc_error() local
2476 ev.device = qp->ibqp.device; in rvt_rc_error()
2477 ev.element.qp = &qp->ibqp; in rvt_rc_error()
2478 ev.event = IB_EVENT_QP_LAST_WQE_REACHED; in rvt_rc_error()
2479 qp->ibqp.event_handler(&ev, qp->ibqp.qp_context); in rvt_rc_error()
3204 struct ib_event ev; in rvt_ruc_loopback() local
3206 ev.device = sqp->ibqp.device; in rvt_ruc_loopback()
3207 ev.element.qp = &sqp->ibqp; in rvt_ruc_loopback()
3208 ev.event = IB_EVENT_QP_LAST_WQE_REACHED; in rvt_ruc_loopback()
3209 sqp->ibqp.event_handler(&ev, sqp->ibqp.qp_context); in rvt_ruc_loopback()