Lines Matching defs:event
17 * Upon receiving a device removal event, users must destroy the associated
39 const char *__attribute_const__ rdma_event_msg(enum rdma_cm_event_type event);
81 enum rdma_cm_event_type event;
100 struct rdma_cm_event *event);
135 * The event handler callback serializes on the id's mutex and is
254 * rdma_notify - Notifies the RDMA CM of an asynchronous event that has
257 * @event: Asynchronous event.
266 int rdma_notify(struct rdma_cm_id *id, enum ib_event_type event);
343 * @id: Communication identifier that received the REJECT event.
344 * @reason: Value returned in the REJECT event status field.
351 * @id: Communication identifier that received the REJECT event.
352 * @ev: RDMA CM reject event.