#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "rmax_common.h"
Go to the source code of this file.
|
| | DOCA_LOG_REGISTER (rmax_common) |
| |
| static doca_error_t | pci_address_callback (void *param, void *config) |
| |
| static doca_error_t | src_ip_callback (void *param, void *config) |
| |
| static doca_error_t | dst_port_callback (void *param, void *config) |
| |
| static doca_error_t | dst_ip_callback (void *param, void *config) |
| |
| doca_error_t | register_create_stream_params (void) |
| |
| static void | free_callback (void *addr, size_t len, void *opaque) |
| |
| doca_error_t | rmax_flow_set_attributes (struct rmax_stream_config *config, struct doca_rmax_flow *flow) |
| |
| doca_error_t | rmax_stream_set_attributes (struct doca_rmax_in_stream *stream, struct rmax_stream_config *config) |
| |
| doca_error_t | rmax_stream_start (struct rmax_program_state *state) |
| |
| doca_error_t | rmax_stream_allocate_buf (struct rmax_program_state *state, struct doca_rmax_in_stream *stream, struct rmax_stream_config *config, struct doca_buf **buffer, uint16_t *stride_size) |
| |
| void | rmax_create_stream_cleanup (struct rmax_program_state *state, struct doca_rmax_in_stream *stream, struct doca_rmax_flow *flow, struct doca_buf *buf) |
| |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
rmax_common |
| ) |
|
◆ dst_ip_callback()
| static doca_error_t dst_ip_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |
◆ dst_port_callback()
| static doca_error_t dst_port_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |
◆ free_callback()
| static void free_callback |
( |
void * |
addr, |
|
|
size_t |
len, |
|
|
void * |
opaque |
|
) |
| |
|
static |
◆ pci_address_callback()
| static doca_error_t pci_address_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |
◆ register_create_stream_params()
◆ rmax_create_stream_cleanup()
| void rmax_create_stream_cleanup |
( |
struct rmax_program_state * |
state, |
|
|
struct doca_rmax_in_stream * |
stream, |
|
|
struct doca_rmax_flow * |
flow, |
|
|
struct doca_buf * |
buf |
|
) |
| |
◆ rmax_flow_set_attributes()
◆ rmax_stream_allocate_buf()
◆ rmax_stream_set_attributes()
◆ rmax_stream_start()
◆ src_ip_callback()
| static doca_error_t src_ip_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |