#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <doca_argp.h>
#include <doca_dev.h>
#include <doca_error.h>
#include <doca_log.h>
#include "eth_common.h"
Go to the source code of this file.
◆ device_address_callback()
| static doca_error_t device_address_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
ETH_RXQ_REGULAR_RECEIVE::MAIN |
| ) |
|
◆ eth_rxq_regular_receive()
| doca_error_t eth_rxq_regular_receive |
( |
const char * |
ib_dev_name, |
|
|
bool |
timestamp_enable |
|
) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ register_eth_rxq_params()
◆ timestamp_callback()
| static doca_error_t timestamp_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |