isdn.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:30k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* $Id: isdn.h,v 1.125.2.3 2004/02/10 01:07:14 keil Exp $
  2.  *
  3.  * Main header for the Linux ISDN subsystem (linklevel).
  4.  *
  5.  * Copyright 1994,95,96 by Fritz Elfert (fritz@isdn4linux.de)
  6.  * Copyright 1995,96    by Thinking Objects Software GmbH Wuerzburg
  7.  * Copyright 1995,96    by Michael Hipp (Michael.Hipp@student.uni-tuebingen.de)
  8.  * 
  9.  * This software may be used and distributed according to the terms
  10.  * of the GNU General Public License, incorporated herein by reference.
  11.  *
  12.  */
  13. #ifndef __ISDN_H__
  14. #define __ISDN_H__
  15. #include <linux/ioctl.h>
  16. #ifdef CONFIG_COBALT_MICRO_SERVER
  17. /* Save memory */
  18. #define ISDN_MAX_DRIVERS    2
  19. #define ISDN_MAX_CHANNELS   8
  20. #else
  21. #define ISDN_MAX_DRIVERS    32
  22. #define ISDN_MAX_CHANNELS   64
  23. #endif
  24. /* New ioctl-codes */
  25. #define IIOCNETAIF  _IO('I',1)
  26. #define IIOCNETDIF  _IO('I',2)
  27. #define IIOCNETSCF  _IO('I',3)
  28. #define IIOCNETGCF  _IO('I',4)
  29. #define IIOCNETANM  _IO('I',5)
  30. #define IIOCNETDNM  _IO('I',6)
  31. #define IIOCNETGNM  _IO('I',7)
  32. #define IIOCGETSET  _IO('I',8) /* no longer supported */
  33. #define IIOCSETSET  _IO('I',9) /* no longer supported */
  34. #define IIOCSETVER  _IO('I',10)
  35. #define IIOCNETHUP  _IO('I',11)
  36. #define IIOCSETGST  _IO('I',12)
  37. #define IIOCSETBRJ  _IO('I',13)
  38. #define IIOCSIGPRF  _IO('I',14)
  39. #define IIOCGETPRF  _IO('I',15)
  40. #define IIOCSETPRF  _IO('I',16)
  41. #define IIOCGETMAP  _IO('I',17)
  42. #define IIOCSETMAP  _IO('I',18)
  43. #define IIOCNETASL  _IO('I',19)
  44. #define IIOCNETDIL  _IO('I',20)
  45. #define IIOCGETCPS  _IO('I',21)
  46. #define IIOCGETDVR  _IO('I',22)
  47. #define IIOCNETLCR  _IO('I',23) /* dwabc ioctl for LCR from isdnlog */
  48. #define IIOCNETDWRSET  _IO('I',24) /* dwabc ioctl to reset abc-values to default on a net-interface */
  49. #define IIOCNETALN  _IO('I',32)
  50. #define IIOCNETDLN  _IO('I',33)
  51. #define IIOCNETGPN  _IO('I',34)
  52. #define IIOCDBGVAR  _IO('I',127)
  53. #define IIOCDRVCTL  _IO('I',128)
  54. /* cisco hdlck device private ioctls */
  55. #define SIOCGKEEPPERIOD (SIOCDEVPRIVATE + 0)
  56. #define SIOCSKEEPPERIOD (SIOCDEVPRIVATE + 1)
  57. #define SIOCGDEBSERINT (SIOCDEVPRIVATE + 2)
  58. #define SIOCSDEBSERINT (SIOCDEVPRIVATE + 3)
  59. /* Packet encapsulations for net-interfaces */
  60. #define ISDN_NET_ENCAP_ETHER      0
  61. #define ISDN_NET_ENCAP_RAWIP      1
  62. #define ISDN_NET_ENCAP_IPTYP      2
  63. #define ISDN_NET_ENCAP_CISCOHDLC  3 /* Without SLARP and keepalive */
  64. #define ISDN_NET_ENCAP_SYNCPPP    4
  65. #define ISDN_NET_ENCAP_UIHDLC     5
  66. #define ISDN_NET_ENCAP_CISCOHDLCK 6 /* With SLARP and keepalive    */
  67. #define ISDN_NET_ENCAP_X25IFACE   7 /* Documentation/networking/x25-iface.txt*/
  68. #define ISDN_NET_ENCAP_MAX_ENCAP  ISDN_NET_ENCAP_X25IFACE
  69. /* Facility which currently uses an ISDN-channel */
  70. #define ISDN_USAGE_NONE       0
  71. #define ISDN_USAGE_RAW        1
  72. #define ISDN_USAGE_MODEM      2
  73. #define ISDN_USAGE_NET        3
  74. #define ISDN_USAGE_VOICE      4
  75. #define ISDN_USAGE_FAX        5
  76. #define ISDN_USAGE_MASK       7 /* Mask to get plain usage */
  77. #define ISDN_USAGE_DISABLED  32 /* This bit is set, if channel is disabled */
  78. #define ISDN_USAGE_EXCLUSIVE 64 /* This bit is set, if channel is exclusive */
  79. #define ISDN_USAGE_OUTGOING 128 /* This bit is set, if channel is outgoing  */
  80. #define ISDN_MODEM_NUMREG    24        /* Number of Modem-Registers        */
  81. #define ISDN_LMSNLEN         255 /* Length of tty's Listen-MSN string */
  82. #define ISDN_CMSGLEN      50  /* Length of CONNECT-Message to add for Modem */
  83. #define ISDN_MSNLEN          32
  84. #define NET_DV 0x06  /* Data version for isdn_net_ioctl_cfg   */
  85. #define TTY_DV 0x06  /* Data version for iprofd etc.          */
  86. #define INF_DV 0x01  /* Data version for /dev/isdninfo        */
  87. typedef struct {
  88.   char drvid[25];
  89.   unsigned long arg;
  90. } isdn_ioctl_struct;
  91. typedef struct {
  92.   char name[10];
  93.   char phone[ISDN_MSNLEN];
  94.   int  outgoing;
  95. } isdn_net_ioctl_phone;
  96. typedef struct {
  97.   char name[10];     /* Name of interface                     */
  98.   char master[10];   /* Name of Master for Bundling           */
  99.   char slave[10];    /* Name of Slave for Bundling            */
  100.   char eaz[256];     /* EAZ/MSN                               */
  101.   char drvid[25];    /* DriverId for Bindings                 */
  102.   int  onhtime;      /* Hangup-Timeout                        */
  103.   int  charge;       /* Charge-Units                          */
  104.   int  l2_proto;     /* Layer-2 protocol                      */
  105.   int  l3_proto;     /* Layer-3 protocol                      */
  106.   int  p_encap;      /* Encapsulation                         */
  107.   int  exclusive;    /* Channel, if bound exclusive           */
  108.   int  dialmax;      /* Dial Retry-Counter                    */
  109.   int  slavedelay;   /* Delay until slave starts up           */
  110.   int  cbdelay;      /* Delay before Callback                 */
  111.   int  chargehup;    /* Flag: Charge-Hangup                   */
  112.   int  ihup;         /* Flag: Hangup-Timeout on incoming line */
  113.   int  secure;       /* Flag: Secure                          */
  114.   int  callback;     /* Flag: Callback                        */
  115.   int  cbhup;        /* Flag: Reject Call before Callback     */
  116.   int  pppbind;      /* ippp device for bindings              */
  117.   int  chargeint;    /* Use fixed charge interval length      */
  118.   int  triggercps;   /* BogoCPS needed for triggering slave   */
  119.   int  dialtimeout;  /* Dial-Timeout                          */
  120.   int  dialwait;     /* Time to wait after failed dial        */
  121.   int  dialmode;     /* Flag: off / on / auto                 */
  122. } isdn_net_ioctl_cfg;
  123. #define ISDN_NET_DIALMODE_MASK  0xC0    /* bits for status                */
  124. #define ISDN_NET_DM_OFF         0x00    /* this interface is stopped      */
  125. #define ISDN_NET_DM_MANUAL 0x40    /* this interface is on (manual)  */
  126. #define ISDN_NET_DM_AUTO 0x80    /* this interface is autodial     */
  127. #define ISDN_NET_DIALMODE(x) ((&(x))->flags & ISDN_NET_DIALMODE_MASK)
  128. #ifdef __KERNEL__
  129. #include <linux/config.h>
  130. #include <linux/errno.h>
  131. #include <linux/fs.h>
  132. #include <linux/major.h>
  133. #include <asm/io.h>
  134. #include <linux/kernel.h>
  135. #include <linux/signal.h>
  136. #include <linux/slab.h>
  137. #include <linux/timer.h>
  138. #include <linux/wait.h>
  139. #include <linux/tty.h>
  140. #include <linux/tty_flip.h>
  141. #include <linux/serial_reg.h>
  142. #include <linux/fcntl.h>
  143. #include <linux/types.h>
  144. #include <linux/interrupt.h>
  145. #include <linux/ip.h>
  146. #include <linux/in.h>
  147. #include <linux/netdevice.h>
  148. #include <linux/etherdevice.h>
  149. #include <linux/skbuff.h>
  150. #include <linux/tcp.h>
  151. #define ISDN_TTY_MAJOR    43
  152. #define ISDN_TTYAUX_MAJOR 44
  153. #define ISDN_MAJOR        45
  154. /* The minor-devicenumbers for Channel 0 and 1 are used as arguments for
  155.  * physical Channel-Mapping, so they MUST NOT be changed without changing
  156.  * the correspondent code in isdn.c
  157.  */
  158. #define ISDN_MINOR_B        0
  159. #define ISDN_MINOR_BMAX     (ISDN_MAX_CHANNELS-1)
  160. #define ISDN_MINOR_CTRL     64
  161. #define ISDN_MINOR_CTRLMAX  (64 + (ISDN_MAX_CHANNELS-1))
  162. #define ISDN_MINOR_PPP      128
  163. #define ISDN_MINOR_PPPMAX   (128 + (ISDN_MAX_CHANNELS-1))
  164. #define ISDN_MINOR_STATUS   255
  165. #ifdef CONFIG_ISDN_PPP
  166. #ifdef CONFIG_ISDN_PPP_VJ
  167. #  include <net/slhc_vj.h>
  168. #endif
  169. #include <linux/ppp_defs.h>
  170. #include <linux/if_ppp.h>
  171. #include <linux/isdn_ppp.h>
  172. #endif
  173. #ifdef CONFIG_ISDN_X25
  174. #  include <linux/concap.h>
  175. #endif
  176. #include <linux/isdnif.h>
  177. #define ISDN_DRVIOCTL_MASK       0x7f  /* Mask for Device-ioctl */
  178. /* Until now unused */
  179. #define ISDN_SERVICE_VOICE 1
  180. #define ISDN_SERVICE_AB    1<<1 
  181. #define ISDN_SERVICE_X21   1<<2
  182. #define ISDN_SERVICE_G4    1<<3
  183. #define ISDN_SERVICE_BTX   1<<4
  184. #define ISDN_SERVICE_DFUE  1<<5
  185. #define ISDN_SERVICE_X25   1<<6
  186. #define ISDN_SERVICE_TTX   1<<7
  187. #define ISDN_SERVICE_MIXED 1<<8
  188. #define ISDN_SERVICE_FW    1<<9
  189. #define ISDN_SERVICE_GTEL  1<<10
  190. #define ISDN_SERVICE_BTXN  1<<11
  191. #define ISDN_SERVICE_BTEL  1<<12
  192. /* Macros checking plain usage */
  193. #define USG_NONE(x)         ((x & ISDN_USAGE_MASK)==ISDN_USAGE_NONE)
  194. #define USG_RAW(x)          ((x & ISDN_USAGE_MASK)==ISDN_USAGE_RAW)
  195. #define USG_MODEM(x)        ((x & ISDN_USAGE_MASK)==ISDN_USAGE_MODEM)
  196. #define USG_VOICE(x)        ((x & ISDN_USAGE_MASK)==ISDN_USAGE_VOICE)
  197. #define USG_NET(x)          ((x & ISDN_USAGE_MASK)==ISDN_USAGE_NET)
  198. #define USG_FAX(x)          ((x & ISDN_USAGE_MASK)==ISDN_USAGE_FAX)
  199. #define USG_OUTGOING(x)     ((x & ISDN_USAGE_OUTGOING)==ISDN_USAGE_OUTGOING)
  200. #define USG_MODEMORVOICE(x) (((x & ISDN_USAGE_MASK)==ISDN_USAGE_MODEM) || 
  201.                              ((x & ISDN_USAGE_MASK)==ISDN_USAGE_VOICE)     )
  202. /* Timer-delays and scheduling-flags */
  203. #define ISDN_TIMER_RES         4                         /* Main Timer-Resolution   */
  204. #define ISDN_TIMER_02SEC       (HZ/ISDN_TIMER_RES/5)     /* Slow-Timer1 .2 sec      */
  205. #define ISDN_TIMER_1SEC        (HZ/ISDN_TIMER_RES)       /* Slow-Timer2 1 sec       */
  206. #define ISDN_TIMER_RINGING     5 /* tty RINGs = ISDN_TIMER_1SEC * this factor       */
  207. #define ISDN_TIMER_KEEPINT    10 /* Cisco-Keepalive = ISDN_TIMER_1SEC * this factor */
  208. #define ISDN_TIMER_MODEMREAD   1
  209. #define ISDN_TIMER_MODEMPLUS   2
  210. #define ISDN_TIMER_MODEMRING   4
  211. #define ISDN_TIMER_MODEMXMIT   8
  212. #define ISDN_TIMER_NETDIAL    16 
  213. #define ISDN_TIMER_NETHANGUP  32
  214. #define ISDN_TIMER_CARRIER   256 /* Wait for Carrier */
  215. #define ISDN_TIMER_FAST      (ISDN_TIMER_MODEMREAD | ISDN_TIMER_MODEMPLUS | 
  216.                               ISDN_TIMER_MODEMXMIT)
  217. #define ISDN_TIMER_SLOW      (ISDN_TIMER_MODEMRING | ISDN_TIMER_NETHANGUP | 
  218.                               ISDN_TIMER_NETDIAL | ISDN_TIMER_CARRIER)
  219. /* Timeout-Values for isdn_net_dial() */
  220. #define ISDN_TIMER_DTIMEOUT10 (10*HZ/(ISDN_TIMER_02SEC*(ISDN_TIMER_RES+1)))
  221. #define ISDN_TIMER_DTIMEOUT15 (15*HZ/(ISDN_TIMER_02SEC*(ISDN_TIMER_RES+1)))
  222. #define ISDN_TIMER_DTIMEOUT60 (60*HZ/(ISDN_TIMER_02SEC*(ISDN_TIMER_RES+1)))
  223. /* GLOBAL_FLAGS */
  224. #define ISDN_GLOBAL_STOPPED 1
  225. /*=================== Start of ip-over-ISDN stuff =========================*/
  226. /* Feature- and status-flags for a net-interface */
  227. #define ISDN_NET_CONNECTED  0x01       /* Bound to ISDN-Channel             */
  228. #define ISDN_NET_SECURE     0x02       /* Accept calls from phonelist only  */
  229. #define ISDN_NET_CALLBACK   0x04       /* activate callback                 */
  230. #define ISDN_NET_CBHUP      0x08       /* hangup before callback            */
  231. #define ISDN_NET_CBOUT      0x10       /* remote machine does callback      */
  232. #define ISDN_NET_MAGIC      0x49344C02 /* for paranoia-checking             */
  233. /* Phone-list-element */
  234. typedef struct {
  235.   void *next;
  236.   char num[ISDN_MSNLEN];
  237. } isdn_net_phone;
  238. /*
  239.    Principles when extending structures for generic encapsulation protocol
  240.    ("concap") support:
  241.    - Stuff which is hardware specific (here i4l-specific) goes in 
  242.      the netdev -> local structure (here: isdn_net_local)
  243.    - Stuff which is encapsulation protocol specific goes in the structure
  244.      which holds the linux device structure (here: isdn_net_device)
  245. */
  246. /* Local interface-data */
  247. typedef struct isdn_net_local_s {
  248.   ulong                  magic;
  249.   char                   name[10];     /* Name of device                   */
  250.   struct net_device_stats stats;       /* Ethernet Statistics              */
  251.   int                    isdn_device;  /* Index to isdn-device             */
  252.   int                    isdn_channel; /* Index to isdn-channel            */
  253.   int  ppp_slot;     /* PPPD device slot number          */
  254.   int                    pre_device;   /* Preselected isdn-device          */
  255.   int                    pre_channel;  /* Preselected isdn-channel         */
  256.   int                    exclusive;    /* If non-zero idx to reserved chan.*/
  257.   int                    flags;        /* Connection-flags                 */
  258.   int                    dialretry;    /* Counter for Dialout-retries      */
  259.   int                    dialmax;      /* Max. Number of Dial-retries      */
  260.   int                    cbdelay;      /* Delay before Callback starts     */
  261.   int                    dtimer;       /* Timeout-counter for dialing      */
  262.   char                   msn[ISDN_MSNLEN]; /* MSNs/EAZs for this interface */
  263.   u_char                 cbhup;        /* Flag: Reject Call before Callback*/
  264.   u_char                 dialstate;    /* State for dialing                */
  265.   u_char                 p_encap;      /* Packet encapsulation             */
  266.                                        /*   0 = Ethernet over ISDN         */
  267.        /*   1 = RAW-IP                     */
  268.                                        /*   2 = IP with type field         */
  269.   u_char                 l2_proto;     /* Layer-2-protocol                 */
  270.        /* See ISDN_PROTO_L2..-constants in */
  271.                                        /* isdnif.h                         */
  272.                                        /*   0 = X75/LAPB with I-Frames     */
  273.        /*   1 = X75/LAPB with UI-Frames    */
  274.        /*   2 = X75/LAPB with BUI-Frames   */
  275.        /*   3 = HDLC                       */
  276.   u_char                 l3_proto;     /* Layer-3-protocol                 */
  277.        /* See ISDN_PROTO_L3..-constants in */
  278.                                        /* isdnif.h                         */
  279.                                        /*   0 = Transparent                */
  280.   int                    huptimer;     /* Timeout-counter for auto-hangup  */
  281.   int                    charge;       /* Counter for charging units       */
  282.   ulong                  chargetime;   /* Timer for Charging info          */
  283.   int                    hupflags;     /* Flags for charge-unit-hangup:    */
  284.        /* bit0: chargeint is invalid       */
  285.        /* bit1: Getting charge-interval    */
  286.                                        /* bit2: Do charge-unit-hangup      */
  287.                                        /* bit3: Do hangup even on incoming */
  288.   int                    outgoing;     /* Flag: outgoing call              */
  289.   int                    onhtime;      /* Time to keep link up             */
  290.   int                    chargeint;    /* Interval between charge-infos    */
  291.   int                    onum;         /* Flag: at least 1 outgoing number */
  292.   int                    cps;          /* current speed of this interface  */
  293.   int                    transcount;   /* byte-counter for cps-calculation */
  294.   int                    sqfull;       /* Flag: netdev-queue overloaded    */
  295.   ulong                  sqfull_stamp; /* Start-Time of overload           */
  296.   ulong                  slavedelay;   /* Dynamic bundling delaytime       */
  297.   int                    triggercps;   /* BogoCPS needed for trigger slave */
  298.   isdn_net_phone         *phone[2];    /* List of remote-phonenumbers      */
  299.        /* phone[0] = Incoming Numbers      */
  300.        /* phone[1] = Outgoing Numbers      */
  301.   isdn_net_phone         *dial;        /* Pointer to dialed number         */
  302.   struct net_device      *master;      /* Ptr to Master device for slaves  */
  303.   struct net_device      *slave;       /* Ptr to Slave device for masters  */
  304.   struct isdn_net_local_s *next;       /* Ptr to next link in bundle       */
  305.   struct isdn_net_local_s *last;       /* Ptr to last link in bundle       */
  306.   struct isdn_net_dev_s  *netdev;      /* Ptr to netdev                    */
  307.   struct sk_buff_head    super_tx_queue; /* List of supervisory frames to  */
  308.                                /* be transmitted asap              */
  309.   atomic_t frame_cnt;                  /* number of frames currently       */
  310.                                 /* queued in HL driver              */    
  311.                                        /* Ptr to orig. hard_header_cache   */
  312.   spinlock_t             xmit_lock;    /* used to protect the xmit path of */
  313.                                        /* a particular channel (including  */
  314.                                        /* the frame_cnt                    */
  315.   int                    (*org_hhc)(
  316.     struct neighbour *neigh,
  317.     struct hh_cache *hh);
  318.                                        /* Ptr to orig. header_cache_update */
  319.   void                   (*org_hcu)(struct hh_cache *,
  320.     struct net_device *,
  321.                                     unsigned char *);
  322.   int  pppbind;                        /* ippp device for bindings         */
  323.   int dialtimeout; /* How long shall we try on dialing? (jiffies) */
  324.   int dialwait; /* How long shall we wait after failed attempt? (jiffies) */
  325.   ulong dialstarted; /* jiffies of first dialing-attempt */
  326.   ulong dialwait_timer; /* jiffies of earliest next dialing-attempt */
  327.   int huptimeout; /* How long will the connection be up? (seconds) */
  328. #ifdef CONFIG_ISDN_X25
  329.   struct concap_device_ops *dops;      /* callbacks used by encapsulator   */
  330. #endif
  331.   /* use an own struct for that in later versions */
  332.   ulong cisco_myseq;                   /* Local keepalive seq. for Cisco   */
  333.   ulong cisco_mineseen;                /* returned keepalive seq. from remote */
  334.   ulong cisco_yourseq;                 /* Remote keepalive seq. for Cisco  */
  335.   int cisco_keepalive_period; /* keepalive period */
  336.   ulong cisco_last_slarp_in; /* jiffie of last keepalive packet we received */
  337.   char cisco_line_state; /* state of line according to keepalive packets */
  338.   char cisco_debserint; /* debugging flag of cisco hdlc with slarp */
  339.   struct timer_list cisco_timer;
  340.   struct work_struct tqueue;
  341. } isdn_net_local;
  342. /* the interface itself */
  343. typedef struct isdn_net_dev_s {
  344.   isdn_net_local *local;
  345.   isdn_net_local *queue;               /* circular list of all bundled
  346.   channels, which are currently
  347.   online                           */
  348.   spinlock_t queue_lock;               /* lock to protect queue            */
  349.   void *next;                          /* Pointer to next isdn-interface   */
  350.   struct net_device dev;               /* interface to upper levels        */
  351. #ifdef CONFIG_ISDN_PPP
  352.   ippp_bundle * pb; /* pointer to the common bundle structure
  353.              * with the per-bundle data */
  354. #endif
  355. #ifdef CONFIG_ISDN_X25
  356.   struct concap_proto  *cprot; /* connection oriented encapsulation protocol */
  357. #endif
  358. } isdn_net_dev;
  359. /*===================== End of ip-over-ISDN stuff ===========================*/
  360. /*======================= Start of ISDN-tty stuff ===========================*/
  361. #define ISDN_ASYNC_MAGIC          0x49344C01 /* for paranoia-checking        */
  362. #define ISDN_ASYNC_INITIALIZED   0x80000000 /* port was initialized         */
  363. #define ISDN_ASYNC_CALLOUT_ACTIVE 0x40000000 /* Call out device active       */
  364. #define ISDN_ASYNC_NORMAL_ACTIVE  0x20000000 /* Normal device active         */
  365. #define ISDN_ASYNC_CLOSING   0x08000000 /* Serial port is closing       */
  366. #define ISDN_ASYNC_CTS_FLOW   0x04000000 /* Do CTS flow control          */
  367. #define ISDN_ASYNC_CHECK_CD   0x02000000 /* i.e., CLOCAL                 */
  368. #define ISDN_ASYNC_HUP_NOTIFY         0x0001 /* Notify tty on hangups/closes */
  369. #define ISDN_ASYNC_SESSION_LOCKOUT    0x0100 /* Lock cua opens on session    */
  370. #define ISDN_ASYNC_PGRP_LOCKOUT       0x0200 /* Lock cua opens on pgrp       */
  371. #define ISDN_ASYNC_CALLOUT_NOHUP      0x0400 /* No hangup for cui            */
  372. #define ISDN_ASYNC_SPLIT_TERMIOS      0x0008 /* Sep. termios for dialin/out  */
  373. #define ISDN_SERIAL_XMIT_SIZE           1024 /* Default bufsize for write    */
  374. #define ISDN_SERIAL_XMIT_MAX            4000 /* Maximum bufsize for write    */
  375. #define ISDN_SERIAL_TYPE_NORMAL            1
  376. #define ISDN_SERIAL_TYPE_CALLOUT           2
  377. #ifdef CONFIG_ISDN_AUDIO
  378. /* For using sk_buffs with audio we need some private variables
  379.  * within each sk_buff. For this purpose, we declare a struct here,
  380.  * and put it always at the private skb->cb data array. A few macros help
  381.  * accessing the variables.
  382.  */
  383. typedef struct _isdn_audio_data {
  384.   unsigned short dle_count;
  385.   unsigned char  lock;
  386. } isdn_audio_data_t;
  387. #define ISDN_AUDIO_SKB_DLECOUNT(skb) (((isdn_audio_data_t *)&skb->cb[0])->dle_count)
  388. #define ISDN_AUDIO_SKB_LOCK(skb) (((isdn_audio_data_t *)&skb->cb[0])->lock)
  389. #endif
  390. /* Private data of AT-command-interpreter */
  391. typedef struct atemu {
  392. u_char       profile[ISDN_MODEM_NUMREG]; /* Modem-Regs. Profile 0              */
  393. u_char       mdmreg[ISDN_MODEM_NUMREG];  /* Modem-Registers                    */
  394. char         pmsn[ISDN_MSNLEN];          /* EAZ/MSNs Profile 0                 */
  395. char         msn[ISDN_MSNLEN];           /* EAZ/MSN                            */
  396. char         plmsn[ISDN_LMSNLEN];        /* Listening MSNs Profile 0           */
  397. char         lmsn[ISDN_LMSNLEN];         /* Listening MSNs                     */
  398. char         cpn[ISDN_MSNLEN];           /* CalledPartyNumber on incoming call */
  399. char         connmsg[ISDN_CMSGLEN];  /* CONNECT-Msg from HL-Driver        */
  400. #ifdef CONFIG_ISDN_AUDIO
  401. u_char       vpar[10];                   /* Voice-parameters                   */
  402. int          lastDLE;                    /* Flag for voice-coding: DLE seen    */
  403. #endif
  404. int          mdmcmdl;                    /* Length of Modem-Commandbuffer      */
  405. int          pluscount;                  /* Counter for +++ sequence           */
  406. u_long       lastplus;                   /* Timestamp of last +                */
  407. int      carrierwait;                /* Seconds of carrier waiting         */
  408. char         mdmcmd[255];                /* Modem-Commandbuffer                */
  409. unsigned int charge;                     /* Charge units of current connection */
  410. } atemu;
  411. /* Private data (similar to async_struct in <linux/serial.h>) */
  412. typedef struct modem_info {
  413.   int magic;
  414.   struct module *owner;
  415.   int flags;  /* defined in tty.h               */
  416.   int x_char;  /* xon/xoff character             */
  417.   int mcr;  /* Modem control register         */
  418.   int                   msr;             /* Modem status register          */
  419.   int                   lsr;             /* Line status register           */
  420.   int line;
  421.   int count;  /* # of fd on device              */
  422.   int blocked_open;  /* # of blocked opens             */
  423.   long session;  /* Session of opening process     */
  424.   long pgrp;  /* pgrp of opening process        */
  425.   int                   online;          /* 1 = B-Channel is up, drop data */
  426.  /* 2 = B-Channel is up, deliver d.*/
  427.   int                   dialing;         /* Dial in progress or ATA        */
  428.   int                   rcvsched;        /* Receive needs schedule         */
  429.   int                   isdn_driver;  /* Index to isdn-driver           */
  430.   int                   isdn_channel;    /* Index to isdn-channel          */
  431.   int                   drv_index;       /* Index to dev->usage            */
  432.   int                   ncarrier;        /* Flag: schedule NO CARRIER      */
  433.   unsigned char         last_cause[8];   /* Last cause message             */
  434.   unsigned char         last_num[ISDN_MSNLEN];
  435.                                  /* Last phone-number              */
  436.   unsigned char         last_l2;         /* Last layer-2 protocol          */
  437.   unsigned char         last_si;         /* Last service                   */
  438.   unsigned char         last_lhup;       /* Last hangup local?             */
  439.   unsigned char         last_dir;        /* Last direction (in or out)     */
  440.   struct timer_list     nc_timer;        /* Timer for delayed NO CARRIER   */
  441.   int                   send_outstanding;/* # of outstanding send-requests */
  442.   int                   xmit_size;       /* max. # of chars in xmit_buf    */
  443.   int                   xmit_count;      /* # of chars in xmit_buf         */
  444.   unsigned char         *xmit_buf;       /* transmit buffer                */
  445.   struct sk_buff_head   xmit_queue;      /* transmit queue                 */
  446.   atomic_t              xmit_lock;       /* Semaphore for isdn_tty_write   */
  447. #ifdef CONFIG_ISDN_AUDIO
  448.   int                   vonline;         /* Voice-channel status           */
  449.  /* Bit 0 = recording              */
  450.  /* Bit 1 = playback               */
  451.  /* Bit 2 = playback, DLE-ETX seen */
  452.   struct sk_buff_head   dtmf_queue;      /* queue for dtmf results         */
  453.   void                  *adpcms;         /* state for adpcm decompression  */
  454.   void                  *adpcmr;         /* state for adpcm compression    */
  455.   void                  *dtmf_state;     /* state for dtmf decoder         */
  456.   void                  *silence_state;  /* state for silence detection    */
  457. #endif
  458. #ifdef CONFIG_ISDN_TTY_FAX
  459.   struct T30_s *fax;  /* T30 Fax Group 3 data/interface */
  460.   int faxonline;  /* Fax-channel status             */
  461. #endif
  462.   struct tty_struct  *tty;            /* Pointer to corresponding tty   */
  463.   atemu                 emu;             /* AT-emulator data               */
  464.   struct termios normal_termios;  /* For saving termios structs     */
  465.   struct termios callout_termios;
  466.   wait_queue_head_t open_wait, close_wait;
  467.   struct semaphore      write_sem;
  468.   spinlock_t         readlock;
  469. } modem_info;
  470. #define ISDN_MODEM_WINSIZE 8
  471. /* Description of one ISDN-tty */
  472. typedef struct _isdn_modem {
  473.   int                refcount; /* Number of opens        */
  474.   struct tty_driver  *tty_modem; /* tty-device             */
  475.   struct tty_struct  *modem_table[ISDN_MAX_CHANNELS]; /* ?? copied from Orig    */
  476.   struct termios     *modem_termios[ISDN_MAX_CHANNELS];
  477.   struct termios     *modem_termios_locked[ISDN_MAX_CHANNELS];
  478.   modem_info         info[ISDN_MAX_CHANNELS];    /* Private data           */
  479. } isdn_modem_t;
  480. /*======================= End of ISDN-tty stuff ============================*/
  481. /*======================== Start of V.110 stuff ============================*/
  482. #define V110_BUFSIZE 1024
  483. typedef struct {
  484. int nbytes;                    /* 1 Matrixbyte -> nbytes in stream     */
  485. int nbits;                     /* Number of used bits in streambyte    */
  486. unsigned char key;             /* Bitmask in stream eg. 11 (nbits=2)   */
  487. int decodelen;                 /* Amount of data in decodebuf          */
  488. int SyncInit;                  /* Number of sync frames to send        */
  489. unsigned char *OnlineFrame;    /* Precalculated V110 idle frame        */
  490. unsigned char *OfflineFrame;   /* Precalculated V110 sync Frame        */
  491. int framelen;                  /* Length of frames                     */
  492. int skbuser;                   /* Number of unacked userdata skbs      */
  493. int skbidle;                   /* Number of unacked idle/sync skbs     */
  494. int introducer;                /* Local vars for decoder               */
  495. int dbit;
  496. unsigned char b;
  497. int skbres;                    /* space to reserve in outgoing skb     */
  498. int maxsize;                   /* maxbufsize of lowlevel driver        */
  499. unsigned char *encodebuf;      /* temporary buffer for encoding        */
  500. unsigned char decodebuf[V110_BUFSIZE]; /* incomplete V110 matrices     */
  501. } isdn_v110_stream;
  502. /*========================= End of V.110 stuff =============================*/
  503. /*======================= Start of general stuff ===========================*/
  504. typedef struct {
  505. char *next;
  506. char *private;
  507. } infostruct;
  508. #define DRV_FLAG_RUNNING 1
  509. #define DRV_FLAG_REJBUS  2
  510. #define DRV_FLAG_LOADED  4
  511. /* Description of hardware-level-driver */
  512. typedef struct _isdn_driver {
  513. ulong               online;           /* Channel-Online flags             */
  514. ulong               flags;            /* Misc driver Flags                */
  515. int                 locks;            /* Number of locks for this driver  */
  516. int                 channels;         /* Number of channels               */
  517. wait_queue_head_t   st_waitq;         /* Wait-Queue for status-read's     */
  518. int                 maxbufsize;       /* Maximum Buffersize supported     */
  519. unsigned long       pktcount;         /* Until now: unused                */
  520. int                 stavail;          /* Chars avail on Status-device     */
  521. isdn_if            *interface;        /* Interface to driver              */
  522. int                *rcverr;           /* Error-counters for B-Ch.-receive */
  523. int                *rcvcount;         /* Byte-counters for B-Ch.-receive  */
  524. #ifdef CONFIG_ISDN_AUDIO
  525. unsigned long      DLEflag;           /* Flags: Insert DLE at next read   */
  526. #endif
  527. struct sk_buff_head *rpqueue;         /* Pointers to start of Rcv-Queue   */
  528. wait_queue_head_t  *rcv_waitq;       /* Wait-Queues for B-Channel-Reads  */
  529. wait_queue_head_t  *snd_waitq;       /* Wait-Queue for B-Channel-Send's  */
  530. char               msn2eaz[10][ISDN_MSNLEN];  /* Mapping-Table MSN->EAZ   */
  531. } isdn_driver_t;
  532. /* Main driver-data */
  533. typedef struct isdn_devt {
  534. struct module     *owner;
  535. spinlock_t   lock;
  536. unsigned short    flags;       /* Bitmapped Flags:           */
  537. int               drivers;       /* Current number of drivers  */
  538. int               channels;       /* Current number of channels */
  539. int               net_verbose;                /* Verbose-Flag               */
  540. int               modempoll;       /* Flag: tty-read active      */
  541. spinlock_t   timerlock;
  542. int               tflags;                     /* Timer-Flags:               */
  543. /*  see ISDN_TIMER_..defines  */
  544. int               global_flags;
  545. infostruct        *infochain;                 /* List of open info-devs.    */
  546. wait_queue_head_t info_waitq;                 /* Wait-Queue for isdninfo    */
  547. struct timer_list timer;       /* Misc.-function Timer       */
  548. int               chanmap[ISDN_MAX_CHANNELS]; /* Map minor->device-channel  */
  549. int               drvmap[ISDN_MAX_CHANNELS];  /* Map minor->driver-index    */
  550. int               usage[ISDN_MAX_CHANNELS];   /* Used by tty/ip/voice       */
  551. char              num[ISDN_MAX_CHANNELS][ISDN_MSNLEN];
  552. /* Remote number of active ch.*/
  553. int               m_idx[ISDN_MAX_CHANNELS];   /* Index for mdm....          */
  554. isdn_driver_t     *drv[ISDN_MAX_DRIVERS];     /* Array of drivers           */
  555. isdn_net_dev      *netdev;       /* Linked list of net-if's    */
  556. char              drvid[ISDN_MAX_DRIVERS][20];/* Driver-ID                 */
  557. struct task_struct *profd;                    /* For iprofd                 */
  558. isdn_modem_t      mdm;       /* tty-driver-data            */
  559. isdn_net_dev      *rx_netdev[ISDN_MAX_CHANNELS]; /* rx netdev-pointers     */
  560. isdn_net_dev      *st_netdev[ISDN_MAX_CHANNELS]; /* stat netdev-pointers   */
  561. ulong             ibytes[ISDN_MAX_CHANNELS];  /* Statistics incoming bytes  */
  562. ulong             obytes[ISDN_MAX_CHANNELS];  /* Statistics outgoing bytes  */
  563. int               v110emu[ISDN_MAX_CHANNELS]; /* V.110 emulator-mode 0=none */
  564. atomic_t          v110use[ISDN_MAX_CHANNELS]; /* Usage-Semaphore for stream */
  565. isdn_v110_stream  *v110[ISDN_MAX_CHANNELS];   /* V.110 private data         */
  566. struct semaphore  sem;                        /* serialize list access*/
  567. unsigned long     global_features;
  568. } isdn_dev;
  569. extern isdn_dev *dev;
  570. #endif /* __KERNEL__ */
  571. #endif /* __ISDN_H__ */