Home
last modified time | relevance | path

Searched refs:ibevent (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/i40iw/
Di40iw_hw.c381 struct ib_event ibevent; in i40iw_process_aeq() local
383 ibevent.device = iwcq->ibcq.device; in i40iw_process_aeq()
384 ibevent.event = IB_EVENT_CQ_ERR; in i40iw_process_aeq()
385 ibevent.element.cq = &iwcq->ibcq; in i40iw_process_aeq()
386 iwcq->ibcq.event_handler(&ibevent, iwcq->ibcq.cq_context); in i40iw_process_aeq()
Di40iw_cm.c3517 struct ib_event ibevent; in i40iw_cm_disconn_true() local
3580 ibevent.device = iwqp->ibqp.device; in i40iw_cm_disconn_true()
3581 ibevent.event = (qp->eventtype == TERM_EVENT_QP_FATAL) ? in i40iw_cm_disconn_true()
3583 ibevent.element.qp = &iwqp->ibqp; in i40iw_cm_disconn_true()
3584 iwqp->ibqp.event_handler(&ibevent, iwqp->ibqp.qp_context); in i40iw_cm_disconn_true()