FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
elog.c File Reference
+ Include dependency graph for elog.c:

Go to the source code of this file.

Functions

void avf_elog_aq_enq_req (avf_device_t *ad, avf_aq_desc_t *d)
 
void avf_elog_aq_enq_resp (avf_device_t *ad, avf_aq_desc_t *d)
 
void avf_elog_arq_desc (avf_device_t *ad, avf_aq_desc_t *d)
 
void avf_elog_reg (avf_device_t *ad, u32 addr, u32 val, int is_read)
 
void avf_elog_init (void)
 

Variables

static uwordregister_name_by_addr = 0
 

Function Documentation

◆ avf_elog_aq_enq_req()

void avf_elog_aq_enq_req ( avf_device_t ad,
avf_aq_desc_t d 
)

Definition at line 15 of file elog.c.

+ Here is the caller graph for this function:

◆ avf_elog_aq_enq_resp()

void avf_elog_aq_enq_resp ( avf_device_t ad,
avf_aq_desc_t d 
)

Definition at line 70 of file elog.c.

+ Here is the caller graph for this function:

◆ avf_elog_arq_desc()

void avf_elog_arq_desc ( avf_device_t ad,
avf_aq_desc_t d 
)

Definition at line 90 of file elog.c.

+ Here is the caller graph for this function:

◆ avf_elog_init()

void avf_elog_init ( void  )

Definition at line 176 of file elog.c.

+ Here is the caller graph for this function:

◆ avf_elog_reg()

void avf_elog_reg ( avf_device_t ad,
u32  addr,
u32  val,
int  is_read 
)

Definition at line 146 of file elog.c.

+ Here is the caller graph for this function:

Variable Documentation

◆ register_name_by_addr

uword* register_name_by_addr = 0
static

Definition at line 12 of file elog.c.