rdma_notify
EXPORT_SYMBOL(rdma_notify);
ret = rdma_notify(ctx->cm_id, (enum ib_event_type)cmd.event);
rdma_notify(isert_conn->cm_id, IB_EVENT_COMM_EST);
rdma_notify(con->cm_id, IB_EVENT_COMM_EST);
rdma_notify(ch->rdma_cm.cm_id, event->event);
rdma_notify(queue->cm_id, event->event);
int rdma_notify(struct rdma_cm_id *id, enum ib_event_type event);
rdma_notify(ic->i_cm_id, IB_EVENT_COMM_EST);