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);
91 enum rdma_cm_event_type event;
110 struct rdma_cm_event *event);
146 * The event handler callback serializes on the id's mutex and is
265 * rdma_notify - Notifies the RDMA CM of an asynchronous event that has
268 * @event: Asynchronous event.
277 int rdma_notify(struct rdma_cm_id *id, enum ib_event_type event);
356 * @id: Communication identifier that received the REJECT event.
357 * @reason: Value returned in the REJECT event status field.
364 * @id: Communication identifier that received the REJECT event.
365 * @ev: RDMA CM reject event.