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