Lines Matching defs:capidrv_plci
90 struct capidrv_plci { struct91 struct capidrv_plci *next;92 u32 plci;93 u32 ncci; /* ncci for CONNECT_ACTIVE_IND */94 u16 msgid; /* to identfy CONNECT_CONF */95 int chan;96 int state;97 int leasedline;98 struct capidrv_ncci {113 } *ncci_list;134 typedef struct capidrv_plci capidrv_plci; typedef