X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fstructxran__ethdi__ctx.html;fp=docs%2FAPI%2Fstructxran__ethdi__ctx.html;h=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=e9c5de14b0309ecdcb2ce2dce2dc595b8ec066b7;hpb=e9403c457453dba780e64af7de9462fad7217aa3;p=o-du%2Fphy.git diff --git a/docs/API/structxran__ethdi__ctx.html b/docs/API/structxran__ethdi__ctx.html deleted file mode 100644 index e9c5de1..0000000 --- a/docs/API/structxran__ethdi__ctx.html +++ /dev/null @@ -1,385 +0,0 @@ - - - - - - - -o-du/phy: xran_ethdi_ctx Struct Reference - - - - - - - - - -
-
- - - - - - -
-
o-du/phy -
-
Intel O-RAN/X-RAN Generated Doxygen Documentation
-
-
- - - - - - - - -
-
- - -
- -
- -
-
-
-Data Fields
-
-
xran_ethdi_ctx Struct Reference
-
-
- -

#include <ethdi.h>

-
-Collaboration diagram for xran_ethdi_ctx:
-
-
Collaboration graph
- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Data Fields

struct xran_io_loop_cfg io_cfg
 
struct ether_addr entities [ID_BROADCAST+1]
 
uint8_t ping_state
 
int ping_times
 
int known_peers
 
struct rte_ring * tx_ring [ETHDI_VF_MAX]
 
struct rte_ring * rx_ring [ETHDI_VF_MAX]
 
struct rte_ring * pkt_dump_ring [ETHDI_VF_MAX]
 
struct rte_timer timer_autodetect
 
struct rte_timer timer_ping
 
struct rte_timer timer_sync
 
struct rte_timer timer_tx
 
uint64_t busy_poll_till
 
unsigned pkt_stats [PKT_LAST+1]
 
uint16_t cp_vtag
 
uint16_t up_vtag
 
-

Detailed Description

-
-

Definition at line 111 of file ethdi.h.

-

Field Documentation

- -

◆ busy_poll_till

- -
-
- - - - -
uint64_t busy_poll_till
-
- -

Definition at line 127 of file ethdi.h.

- -
-
- -

◆ cp_vtag

- -
-
- - - - -
uint16_t cp_vtag
-
- -

Definition at line 131 of file ethdi.h.

- -
-
- -

◆ entities

- -
-
- - - - -
struct ether_addr entities[ID_BROADCAST+1]
-
- -

Definition at line 114 of file ethdi.h.

- -
-
- -

◆ io_cfg

- -
-
- - - - -
struct xran_io_loop_cfg io_cfg
-
- -

Definition at line 113 of file ethdi.h.

- -
-
- -

◆ known_peers

- -
-
- - - - -
int known_peers
-
- -

Definition at line 117 of file ethdi.h.

- -
-
- -

◆ ping_state

- -
-
- - - - -
uint8_t ping_state
-
- -

Definition at line 115 of file ethdi.h.

- -
-
- -

◆ ping_times

- -
-
- - - - -
int ping_times
-
- -

Definition at line 116 of file ethdi.h.

- -
-
- -

◆ pkt_dump_ring

- -
-
- - - - -
struct rte_ring* pkt_dump_ring[ETHDI_VF_MAX]
-
- -

Definition at line 121 of file ethdi.h.

- -
-
- -

◆ pkt_stats

- -
-
- - - - -
unsigned pkt_stats[PKT_LAST+1]
-
- -

Definition at line 129 of file ethdi.h.

- -
-
- -

◆ rx_ring

- -
-
- - - - -
struct rte_ring* rx_ring[ETHDI_VF_MAX]
-
- -

Definition at line 120 of file ethdi.h.

- -
-
- -

◆ timer_autodetect

- -
-
- - - - -
struct rte_timer timer_autodetect
-
- -

Definition at line 122 of file ethdi.h.

- -
-
- -

◆ timer_ping

- -
-
- - - - -
struct rte_timer timer_ping
-
- -

Definition at line 123 of file ethdi.h.

- -
-
- -

◆ timer_sync

- -
-
- - - - -
struct rte_timer timer_sync
-
- -

Definition at line 124 of file ethdi.h.

- -
-
- -

◆ timer_tx

- -
-
- - - - -
struct rte_timer timer_tx
-
- -

Definition at line 125 of file ethdi.h.

- -
-
- -

◆ tx_ring

- -
-
- - - - -
struct rte_ring* tx_ring[ETHDI_VF_MAX]
-
- -

Definition at line 119 of file ethdi.h.

- -
-
- -

◆ up_vtag

- -
-
- - - - -
uint16_t up_vtag
-
- -

Definition at line 132 of file ethdi.h.

- -
-
-
The documentation for this struct was generated from the following file: -
- - - -