FD.io VPP  v16.06
Vector Packet Processing
pci.h File Reference
+ Include dependency graph for pci.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  linux_pci_device_t
 
struct  linux_pci_main_t
 

Functions

always_inline linux_pci_device_tpci_dev_for_linux (vlib_pci_device_t *dev)
 
clib_error_tpci_bus_init (vlib_main_t *vm)
 
clib_error_tvlib_pci_bind_to_uio (vlib_pci_device_t *d, char *uio_driver_name)
 

Variables

linux_pci_main_t linux_pci_main
 

Function Documentation

clib_error_t* pci_bus_init ( vlib_main_t vm)

Definition at line 582 of file pci.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

always_inline linux_pci_device_t* pci_dev_for_linux ( vlib_pci_device_t dev)

Definition at line 86 of file pci.h.

+ Here is the call graph for this function:

clib_error_t* vlib_pci_bind_to_uio ( vlib_pci_device_t d,
char *  uio_driver_name 
)

Definition at line 58 of file pci.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

linux_pci_main_t linux_pci_main

Definition at line 55 of file pci.c.