Linux Kernel
3.7.1
|
#include "gxio/iorpc_mpipe_info.h"
Go to the source code of this file.
Data Structures | |
struct | enumerate_aux_param |
struct | get_mmio_base_param |
struct | check_mmio_offset_param |
EXPORT_SYMBOL | ( | gxio_mpipe_info_enumerate_aux | ) |
EXPORT_SYMBOL | ( | gxio_mpipe_info_get_mmio_base | ) |
EXPORT_SYMBOL | ( | gxio_mpipe_info_check_mmio_offset | ) |
int gxio_mpipe_info_check_mmio_offset | ( | gxio_mpipe_info_context_t * | context, |
unsigned long | offset, | ||
unsigned long | size | ||
) |
Definition at line 71 of file iorpc_mpipe_info.c.
int gxio_mpipe_info_enumerate_aux | ( | gxio_mpipe_info_context_t * | context, |
unsigned int | idx, | ||
_gxio_mpipe_link_name_t * | name, | ||
_gxio_mpipe_link_mac_t * | mac | ||
) |
Definition at line 24 of file iorpc_mpipe_info.c.
int gxio_mpipe_info_get_mmio_base | ( | gxio_mpipe_info_context_t * | context, |
HV_PTE * | base | ||
) |
Definition at line 49 of file iorpc_mpipe_info.c.