Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
os.c File Reference
#include "unifi_priv.h"

Go to the source code of this file.

Functions

CsrResult unifi_net_data_malloc (void *ospriv, bulk_data_desc_t *bulk_data_slot, unsigned int size)
 
void unifi_net_data_free (void *ospriv, bulk_data_desc_t *bulk_data_slot)
 
CsrResult unifi_net_dma_align (void *ospriv, bulk_data_desc_t *bulk_data_slot)
 
void unifi_error_nop (void *ospriv, const char *fmt,...)
 
void unifi_trace_nop (void *ospriv, int level, const char *fmt,...)
 

Variables

int unifi_debug
 

Function Documentation

void unifi_error_nop ( void ospriv,
const char fmt,
  ... 
)

Definition at line 349 of file os.c.

void unifi_net_data_free ( void ospriv,
bulk_data_desc_t bulk_data_slot 
)

Definition at line 100 of file os.c.

CsrResult unifi_net_data_malloc ( void ospriv,
bulk_data_desc_t bulk_data_slot,
unsigned int  size 
)

The HIP lib OS abstraction consists of the implementation of the functions in this file. It is part of the porting exercise.

Definition at line 47 of file os.c.

CsrResult unifi_net_dma_align ( void ospriv,
bulk_data_desc_t bulk_data_slot 
)

Definition at line 133 of file os.c.

void unifi_trace_nop ( void ospriv,
int  level,
const char fmt,
  ... 
)

Definition at line 354 of file os.c.

Variable Documentation

int unifi_debug

Definition at line 48 of file drv.c.