FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
vmbus.h File Reference
+ Include dependency graph for vmbus.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

union  vlib_vmbus_addr_t
 

Typedefs

typedef u32 vlib_vmbus_dev_handle_t
 

Functions

vlib_vmbus_addr_tvlib_vmbus_get_all_dev_addrs ()
 
vlib_vmbus_addr_tvlib_vmbus_get_addr (vlib_vmbus_dev_handle_t h)
 
uword vlib_vmbus_get_private_data (vlib_vmbus_dev_handle_t h)
 
void vlib_vmbus_set_private_data (vlib_vmbus_dev_handle_t h, uword private_data)
 
clib_error_tvlib_vmbus_bind_to_uio (vlib_vmbus_addr_t *addr)
 

Variables

format_function_t format_vlib_vmbus_addr
 
unformat_function_t unformat_vlib_vmbus_addr
 

Typedef Documentation

◆ vlib_vmbus_dev_handle_t

Definition at line 30 of file vmbus.h.

Function Documentation

◆ vlib_vmbus_bind_to_uio()

clib_error_t* vlib_vmbus_bind_to_uio ( vlib_vmbus_addr_t addr)

Definition at line 213 of file vmbus.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vlib_vmbus_get_addr()

vlib_vmbus_addr_t* vlib_vmbus_get_addr ( vlib_vmbus_dev_handle_t  h)

Definition at line 103 of file vmbus.c.

+ Here is the call graph for this function:

◆ vlib_vmbus_get_all_dev_addrs()

vlib_vmbus_addr_t* vlib_vmbus_get_all_dev_addrs ( )

Definition at line 390 of file vmbus.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vlib_vmbus_get_private_data()

uword vlib_vmbus_get_private_data ( vlib_vmbus_dev_handle_t  h)

Definition at line 89 of file vmbus.c.

+ Here is the call graph for this function:

◆ vlib_vmbus_set_private_data()

void vlib_vmbus_set_private_data ( vlib_vmbus_dev_handle_t  h,
uword  private_data 
)

Definition at line 96 of file vmbus.c.

+ Here is the call graph for this function:

Variable Documentation

◆ format_vlib_vmbus_addr

format_function_t format_vlib_vmbus_addr

Definition at line 38 of file vmbus.h.

◆ unformat_vlib_vmbus_addr

unformat_function_t unformat_vlib_vmbus_addr

Definition at line 39 of file vmbus.h.