Lines Matching defs:capidrv_plci
89 struct capidrv_plci { struct90 struct capidrv_plci *next;91 u32 plci;92 u32 ncci; /* ncci for CONNECT_ACTIVE_IND */93 u16 msgid; /* to identfy CONNECT_CONF */94 int chan;95 int state;96 int leasedline;97 struct capidrv_ncci {112 } *ncci_list;133 typedef struct capidrv_plci capidrv_plci; typedef