|
Linux Kernel
3.7.1
|
#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_task * | bcom_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_task * | bcom_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 [] |
|
read |
|
read |
| 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" | ) |
| 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.
1.8.2