|
|
1.1 root 1: #ifdef SNA_DEBUG
2: extern long snadebug;
3: extern long snaPC;
4:
5: #define VB_DATIN 1 /* BOP receives input interrupt */
6: #define VB_RUS 2 /* BOP recv. U/S frame */
7: #define VB_RI 4 /* BOP recv. I frame */
8: #define VB_MCMP 8 /* BOP recv. mdcb completion intr. */
9:
10: #define DL_LRCV 0x10 /* DLC low level receive */
11: #define DL_FRCV 0x20 /* DLC frame received */
12: #define DL_COMP 0x80 /* DLC datalink completion */
13:
14: #define PC_LRCV 0x100 /* PC low level receive */
15: #define SSBUF 0x200
16: #define SNEU 0x400 /* End user */
17: #define PC_ACTCHK 0x800 /* PC session activation check */
18:
19: #define SIOCTL 0x10000
20: #define SREAD 0x20000
21: #define SWRITE 0x40000
22:
23: #define SDFC0 0x100000 /* Data flow */
24: #define SDFC1 0x200000 /* Data flow */
25:
26: #define SPCL 0x1000000 /* Path control */
27: #define SSNAL 0x2000000
28: #define SPSL 0x4000000
29:
30: #define VB_PBERR 0x10000000
31: #define SXID 0x20000000
32:
33: /* Use with sdlcdebug */
34: extern long sdlcdebug;
35: #define DL_SIFRM 0x1 /* DLC send Iframe */
36: #define DL_SUFRM 0x2 /* DLC send Uframe */
37:
38: #define DL_DTBL 0x100 /* Trace on dl_dtbl */
39:
40: #define DL_RSFRM 0x1000 /* DLC receives S frame */
41: #define DL_RIFRM 0x2000 /* DLC receives I frame */
42: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.