Home
last modified time | relevance | path

Searched refs:ibv_async_event (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/ofed/libibverbs/
HDdevice.c59 struct ibv_async_event *event);
60 void __ibv_ack_async_event(struct ibv_async_event *event);
287 struct ibv_async_event *event) in __ibv_get_async_event()
332 void __ibv_ack_async_event(struct ibv_async_event *event) in __ibv_ack_async_event()
HDcompat-1_0.c241 struct ibv_async_event *event);
242 void __ibv_ack_async_event_1_0(struct ibv_async_event *event);
564 struct ibv_async_event *event) in __ibv_get_async_event_1_0()
601 void __ibv_ack_async_event_1_0(struct ibv_async_event *event) in __ibv_ack_async_event_1_0()
603 struct ibv_async_event real_event = *event; in __ibv_ack_async_event_1_0()
HDverbs.h372 struct ibv_async_event { struct
1461 void (*async_event)(struct ibv_async_event *event);
1630 struct ibv_async_event *event);
1642 void ibv_ack_async_event(struct ibv_async_event *event);
/freebsd-14-stable/contrib/ofed/libibverbs/examples/
HDasyncwatch.c92 struct ibv_async_event event; in main()
/freebsd-14-stable/contrib/ofed/libirdma/
HDirdma_umain.h196 struct ibv_async_event *event);
/freebsd-14-stable/contrib/ofed/libcxgb4/
HDlibcxgb4.h228 void c4iw_async_event(struct ibv_async_event *event);
HDverbs.c685 void c4iw_async_event(struct ibv_async_event *event) in c4iw_async_event()