#include <linux/init.h>
#include <linux/gfp.h>
#include "hisax.h"
#include "isdnl2.h"
Go to the source code of this file.
|
enum | {
ST_L2_1,
ST_L2_2,
ST_L2_3,
ST_L2_4,
ST_L2_5,
ST_L2_6,
ST_L2_7,
ST_L2_8
} |
|
enum | {
EV_L2_UI,
EV_L2_SABME,
EV_L2_DISC,
EV_L2_DM,
EV_L2_UA,
EV_L2_FRMR,
EV_L2_SUPER,
EV_L2_I,
EV_L2_DL_DATA,
EV_L2_ACK_PULL,
EV_L2_DL_UNIT_DATA,
EV_L2_DL_ESTABLISH_REQ,
EV_L2_DL_RELEASE_REQ,
EV_L2_MDL_ASSIGN,
EV_L2_MDL_REMOVE,
EV_L2_MDL_ERROR,
EV_L1_DEACTIVATE,
EV_L2_T200,
EV_L2_T203,
EV_L2_SET_OWN_BUSY,
EV_L2_CLEAR_OWN_BUSY,
EV_L2_FRAME_ERROR
} |
|
#define enqueue_ui |
( |
|
a, |
|
|
|
b |
|
) |
| enqueue_super(a, b) |
#define L2_STATE_COUNT (ST_L2_8 + 1) |
- Enumerator:
ST_L2_1 |
|
ST_L2_2 |
|
ST_L2_3 |
|
ST_L2_4 |
|
ST_L2_5 |
|
ST_L2_6 |
|
ST_L2_7 |
|
ST_L2_8 |
|
Definition at line 29 of file isdnl2.c.
- Enumerator:
EV_L2_UI |
|
EV_L2_SABME |
|
EV_L2_DISC |
|
EV_L2_DM |
|
EV_L2_UA |
|
EV_L2_FRMR |
|
EV_L2_SUPER |
|
EV_L2_I |
|
EV_L2_DL_DATA |
|
EV_L2_ACK_PULL |
|
EV_L2_DL_UNIT_DATA |
|
EV_L2_DL_ESTABLISH_REQ |
|
EV_L2_DL_RELEASE_REQ |
|
EV_L2_MDL_ASSIGN |
|
EV_L2_MDL_REMOVE |
|
EV_L2_MDL_ERROR |
|
EV_L1_DEACTIVATE |
|
EV_L2_T200 |
|
EV_L2_T203 |
|
EV_L2_SET_OWN_BUSY |
|
EV_L2_CLEAR_OWN_BUSY |
|
EV_L2_FRAME_ERROR |
|
Definition at line 54 of file isdnl2.c.
const char* l2_revision = "$Revision: 2.30.2.4 $" |