#include <linux/delay.h>
#include <linux/slab.h>
#include "core.h"
#include <asm/dcr-regs.h>
Go to the source code of this file.
|
int __devinit | mal_register_commac (struct mal_instance *mal, struct mal_commac *commac) |
|
void | mal_unregister_commac (struct mal_instance *mal, struct mal_commac *commac) |
|
int | mal_set_rcbs (struct mal_instance *mal, int channel, unsigned long size) |
|
int | mal_tx_bd_offset (struct mal_instance *mal, int channel) |
|
int | mal_rx_bd_offset (struct mal_instance *mal, int channel) |
|
void | mal_enable_tx_channel (struct mal_instance *mal, int channel) |
|
void | mal_disable_tx_channel (struct mal_instance *mal, int channel) |
|
void | mal_enable_rx_channel (struct mal_instance *mal, int channel) |
|
void | mal_disable_rx_channel (struct mal_instance *mal, int channel) |
|
void | mal_poll_add (struct mal_instance *mal, struct mal_commac *commac) |
|
void | mal_poll_del (struct mal_instance *mal, struct mal_commac *commac) |
|
void | mal_poll_disable (struct mal_instance *mal, struct mal_commac *commac) |
|
void | mal_poll_enable (struct mal_instance *mal, struct mal_commac *commac) |
|
int | mal_get_regs_len (struct mal_instance *mal) |
|
void * | mal_dump_regs (struct mal_instance *mal, void *buf) |
|
int __init | mal_init (void) |
|
void | mal_exit (void) |
|
Definition at line 36 of file mal.c.
Definition at line 85 of file mal.c.
Definition at line 66 of file mal.c.