Home
last modified time | relevance | path

Searched refs:l2tei (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/isdn/hisax/
Dlmgr.c23 st->l2.l2tei(st, MDL_ERROR | REQUEST, NULL); in error_handling_dchan()
Dtei.c164 ost->l2.l2tei(ost, MDL_ERROR | RESPONSE, NULL); in tei_id_assign()
407 st->l2.l2tei = tei_l2tei; in setstack_tei()
Dhisax.h265 void (*l2tei) (struct PStack *, int, void *); member
Disdnl2.c569 st->l2.l2tei(st, MDL_ASSIGN | INDICATION, NULL); in l2_mdl_assign()
580 st->l2.l2tei(st, MDL_ASSIGN | INDICATION, NULL); in l2_queue_ui_assign()
Dcallc.c1022 (*stp)->l2.l2tei = dummy_pstack; in init_PStack()