Implementation of Enso Pipe API. More...
#include <enso/config.h>
#include <enso/helpers.h>
#include <enso/pipe.h>
#include <sched.h>
#include <sys/mman.h>
#include <unistd.h>
#include <algorithm>
#include <cassert>
#include <cstdio>
#include <iostream>
#include <memory>
#include <string>
#include "../pcie.h"
Go to the source code of this file.
Functions | |
uint32_t | enso::external_peek_next_batch_from_queue (struct RxEnsoPipeInternal *enso_pipe, struct NotificationBufPair *notification_buf_pair, void **buf) |
uint32_t enso::external_peek_next_batch_from_queue | ( | struct RxEnsoPipeInternal * | enso_pipe, |
struct NotificationBufPair * | notification_buf_pair, | ||
void ** | buf | ||
) |