Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
dc.c File Reference
#include <linux/netdevice.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/io.h>
#include "2t3e3.h"
#include "ctrl.h"

Go to the source code of this file.

Macros

#define MAX_INT_WAIT_CNT   12000
 

Functions

void dc_init (struct channel *sc)
 
void dc_start (struct channel *sc)
 
void dc_stop (struct channel *sc)
 
void dc_start_intr (struct channel *sc)
 
void dc_stop_intr (struct channel *sc)
 
void dc_reset (struct channel *sc)
 
void dc_receiver_onoff (struct channel *sc, u32 mode)
 
void dc_transmitter_onoff (struct channel *sc, u32 mode)
 
void dc_set_loopback (struct channel *sc, u32 mode)
 
void dc_clear_descriptor_list (struct channel *sc)
 
void dc_drop_descriptor_list (struct channel *sc)
 
void dc_set_output_port (struct channel *sc)
 
void dc_restart (struct channel *sc)
 

Macro Definition Documentation

#define MAX_INT_WAIT_CNT   12000

Definition at line 125 of file dc.c.

Function Documentation

void dc_clear_descriptor_list ( struct channel sc)

Definition at line 399 of file dc.c.

void dc_drop_descriptor_list ( struct channel sc)

Definition at line 416 of file dc.c.

void dc_init ( struct channel sc)

Definition at line 22 of file dc.c.

void dc_receiver_onoff ( struct channel sc,
u32  mode 
)

Definition at line 206 of file dc.c.

void dc_reset ( struct channel sc)

Definition at line 181 of file dc.c.

void dc_restart ( struct channel sc)

Definition at line 454 of file dc.c.

void dc_set_loopback ( struct channel sc,
u32  mode 
)

Definition at line 286 of file dc.c.

void dc_set_output_port ( struct channel sc)

Definition at line 437 of file dc.c.

void dc_start ( struct channel sc)

Definition at line 89 of file dc.c.

void dc_start_intr ( struct channel sc)

Definition at line 150 of file dc.c.

void dc_stop ( struct channel sc)

Definition at line 126 of file dc.c.

void dc_stop_intr ( struct channel sc)

Definition at line 175 of file dc.c.

void dc_transmitter_onoff ( struct channel sc,
u32  mode 
)

Definition at line 246 of file dc.c.