Lines Matching refs:cs
152 struct IsdnCardState *cs; in tei_id_assign() local
170 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_assign()
171 cs->cardmsg(cs, MDL_ASSIGN | REQUEST, NULL); in tei_id_assign()
233 struct IsdnCardState *cs; in tei_id_remove() local
244 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_remove()
245 cs->cardmsg(cs, MDL_REMOVE | REQUEST, NULL); in tei_id_remove()
267 struct IsdnCardState *cs; in tei_id_req_tout() local
280 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_req_tout()
281 cs->cardmsg(cs, MDL_REMOVE | REQUEST, NULL); in tei_id_req_tout()
290 struct IsdnCardState *cs; in tei_id_ver_tout() local
303 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_ver_tout()
304 cs->cardmsg(cs, MDL_REMOVE | REQUEST, NULL); in tei_id_ver_tout()
368 struct IsdnCardState *cs; in tei_l2tei() local
376 cs = (struct IsdnCardState *) st->l1.hardware; in tei_l2tei()
377 cs->cardmsg(cs, MDL_ASSIGN | REQUEST, NULL); in tei_l2tei()
421 init_tei(struct IsdnCardState *cs, int protocol) in init_tei() argument
426 release_tei(struct IsdnCardState *cs) in release_tei() argument
428 struct PStack *st = cs->stlist; in release_tei()