Home
last modified time | relevance | path

Searched refs:ib_event (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_kverb_impl.h40 #define FIRE_QP_EVENT(clnt, hdl, ib_event, qpp, type) \ argument
44 ib_event.device = qpp->device; \
45 ib_event.event = type; \
46 ib_event.element.qp = qpp; \
47 qpp->event_handler(&ib_event, qpp->qp_context); \
51 #define FIRE_CQ_EVENT(clnt, hdl, ib_event, cqp, type) \ argument
55 ib_event.device = cqp->device; \
56 ib_event.event = type; \
57 ib_event.element.cq = cqp; \
58 cqp->event_handler(&ib_event, cqp->cq_context); \
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h279 struct ib_event { struct
293 struct ib_event *); argument
413 void (*event_handler)(struct ib_event *, void *);
448 void (*event_handler)(struct ib_event *, void *);
591 void (*event_handler)(struct ib_event *, void *);
601 void (*event_handler)(struct ib_event *, void *);
612 void (*event_handler)(struct ib_event *, void *);
730 void (*event_handler)(struct ib_event *, void *),
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c145 struct ib_event ib_event; in ofs_async_handler() local
163 bzero(&ib_event, sizeof (struct ib_event)); in ofs_async_handler()
166 FIRE_QP_EVENT(ofs_client, hdl, ib_event, qpp, in ofs_async_handler()
170 FIRE_QP_EVENT(ofs_client, hdl, ib_event, qpp, in ofs_async_handler()
174 FIRE_QP_EVENT(ofs_client, hdl, ib_event, qpp, in ofs_async_handler()
178 FIRE_QP_EVENT(ofs_client, hdl, ib_event, qpp, in ofs_async_handler()
182 FIRE_QP_EVENT(ofs_client, hdl, ib_event, qpp, in ofs_async_handler()
186 FIRE_QP_EVENT(ofs_client, hdl, ib_event, qpp, in ofs_async_handler()
190 FIRE_QP_EVENT(ofs_client, hdl, ib_event, qpp, in ofs_async_handler()
194 FIRE_QP_EVENT(ofs_client, hdl, ib_event, qpp, in ofs_async_handler()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_cm.c289 rdsv3_ib_cq_event_handler(struct ib_event *event, void *data) in rdsv3_ib_cq_event_handler()
441 rdsv3_ib_qp_event_handler(struct ib_event *event, void *data) in rdsv3_ib_qp_event_handler()