Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
hisax_if.h File Reference
#include <linux/skbuff.h>

Go to the source code of this file.

Data Structures

struct  hisax_if
 
struct  hisax_b_if
 
struct  hisax_d_if
 

Macros

#define REQUEST   0
 
#define CONFIRM   1
 
#define INDICATION   2
 
#define RESPONSE   3
 
#define PH_ACTIVATE   0x0100
 
#define PH_DEACTIVATE   0x0110
 
#define PH_DATA   0x0120
 
#define PH_PULL   0x0130
 
#define PH_DATA_E   0x0140
 
#define L1_MODE_NULL   0
 
#define L1_MODE_TRANS   1
 
#define L1_MODE_HDLC   2
 
#define L1_MODE_EXTRN   3
 
#define L1_MODE_HDLC_56K   4
 
#define L1_MODE_MODEM   7
 
#define L1_MODE_V32   8
 
#define L1_MODE_FAX   9
 

Functions

int hisax_register (struct hisax_d_if *hisax_if, struct hisax_b_if *b_if[], char *name, int protocol)
 
void hisax_unregister (struct hisax_d_if *hisax_if)
 

Macro Definition Documentation

#define CONFIRM   1

Definition at line 19 of file hisax_if.h.

#define INDICATION   2

Definition at line 20 of file hisax_if.h.

#define L1_MODE_EXTRN   3

Definition at line 32 of file hisax_if.h.

#define L1_MODE_FAX   9

Definition at line 36 of file hisax_if.h.

#define L1_MODE_HDLC   2

Definition at line 31 of file hisax_if.h.

#define L1_MODE_HDLC_56K   4

Definition at line 33 of file hisax_if.h.

#define L1_MODE_MODEM   7

Definition at line 34 of file hisax_if.h.

#define L1_MODE_NULL   0

Definition at line 29 of file hisax_if.h.

#define L1_MODE_TRANS   1

Definition at line 30 of file hisax_if.h.

#define L1_MODE_V32   8

Definition at line 35 of file hisax_if.h.

#define PH_ACTIVATE   0x0100

Definition at line 23 of file hisax_if.h.

#define PH_DATA   0x0120

Definition at line 25 of file hisax_if.h.

#define PH_DATA_E   0x0140

Definition at line 27 of file hisax_if.h.

#define PH_DEACTIVATE   0x0110

Definition at line 24 of file hisax_if.h.

#define PH_PULL   0x0130

Definition at line 26 of file hisax_if.h.

#define REQUEST   0

Definition at line 18 of file hisax_if.h.

#define RESPONSE   3

Definition at line 21 of file hisax_if.h.

Function Documentation

int hisax_register ( struct hisax_d_if hisax_if,
struct hisax_b_if b_if[],
char name,
int  protocol 
)

Definition at line 1597 of file config.c.

void hisax_unregister ( struct hisax_d_if hisax_if)

Definition at line 1644 of file config.c.