Lines Matching defs:capidrv_ncci
98 struct capidrv_ncci { struct
99 struct capidrv_ncci *next;
100 struct capidrv_plci *plcip;
101 u32 ncci;
102 u16 msgid; /* to identfy CONNECT_B3_CONF */
103 int chan;
104 int state;
105 int oldstate;
107 u16 datahandle;
108 struct ncci_datahandle_queue {
112 } *ackqueue;
135 typedef struct capidrv_ncci capidrv_ncci; typedef