Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
fec.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/types.h>
#include <asm/io.h>
#include "bestcomm.h"
#include "bestcomm_priv.h"
#include "fec.h"

Go to the source code of this file.

Data Structures

struct  bcom_fec_rx_var
 
struct  bcom_fec_rx_inc
 
struct  bcom_fec_tx_var
 
struct  bcom_fec_tx_inc
 
struct  bcom_fec_priv
 

Functions

struct bcom_taskbcom_fec_rx_init (int queue_len, phys_addr_t fifo, int maxbufsize)
 
 EXPORT_SYMBOL_GPL (bcom_fec_rx_init)
 
int bcom_fec_rx_reset (struct bcom_task *tsk)
 
 EXPORT_SYMBOL_GPL (bcom_fec_rx_reset)
 
void bcom_fec_rx_release (struct bcom_task *tsk)
 
 EXPORT_SYMBOL_GPL (bcom_fec_rx_release)
 
struct bcom_taskbcom_fec_tx_init (int queue_len, phys_addr_t fifo)
 
 EXPORT_SYMBOL_GPL (bcom_fec_tx_init)
 
int bcom_fec_tx_reset (struct bcom_task *tsk)
 
 EXPORT_SYMBOL_GPL (bcom_fec_tx_reset)
 
void bcom_fec_tx_release (struct bcom_task *tsk)
 
 EXPORT_SYMBOL_GPL (bcom_fec_tx_release)
 
 MODULE_DESCRIPTION ("BestComm FEC tasks driver")
 
 MODULE_AUTHOR ("Dale Farnsworth <[email protected]>")
 
 MODULE_LICENSE ("GPL v2")
 

Variables

u32 bcom_fec_rx_task []
 
u32 bcom_fec_tx_task []
 

Function Documentation

struct bcom_task* bcom_fec_rx_init ( int  queue_len,
phys_addr_t  fifo,
int  maxbufsize 
)
read

Definition at line 85 of file fec.c.

void bcom_fec_rx_release ( struct bcom_task tsk)

Definition at line 158 of file fec.c.

int bcom_fec_rx_reset ( struct bcom_task tsk)

Definition at line 111 of file fec.c.

struct bcom_task* bcom_fec_tx_init ( int  queue_len,
phys_addr_t  fifo 
)
read

Definition at line 187 of file fec.c.

void bcom_fec_tx_release ( struct bcom_task tsk)

Definition at line 259 of file fec.c.

int bcom_fec_tx_reset ( struct bcom_task tsk)

Definition at line 212 of file fec.c.

EXPORT_SYMBOL_GPL ( bcom_fec_rx_init  )
EXPORT_SYMBOL_GPL ( bcom_fec_rx_reset  )
EXPORT_SYMBOL_GPL ( bcom_fec_rx_release  )
EXPORT_SYMBOL_GPL ( bcom_fec_tx_init  )
EXPORT_SYMBOL_GPL ( bcom_fec_tx_reset  )
EXPORT_SYMBOL_GPL ( bcom_fec_tx_release  )
MODULE_AUTHOR ( "Dale Farnsworth <[email protected]>"  )
MODULE_DESCRIPTION ( "BestComm FEC tasks driver )
MODULE_LICENSE ( "GPL v2 )

Variable Documentation

u32 bcom_fec_rx_task[]

Definition at line 28 of file bcom_fec_rx_task.c.

u32 bcom_fec_tx_task[]

Definition at line 28 of file bcom_fec_tx_task.c.