Lines Matching full:events
6 ibv_get_async_event, ibv_ack_async_event \- get or acknowledge asynchronous events
42 following events:
44 .I QP events:
62 .I CQ events:
66 .I SRQ events:
72 .I Port events:
88 .I CA events:
102 All async events that
107 affiliated events for the object to be acknowledged; this avoids an
117 The following code example demonstrates one possible way to work with async events in non-blocking …
120 1. Set the async events queue work mode to be non-blocked
140 my_pollfd.events = POLLIN;