Searched refs:l2tei (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | lmgr.c | 24 st->l2.l2tei(st, MDL_ERROR | REQUEST, NULL); in error_handling_dchan()
|
D | tei.c | 164 ost->l2.l2tei(ost, MDL_ERROR | RESPONSE, NULL); in tei_id_assign() 407 st->l2.l2tei = tei_l2tei; in setstack_tei()
|
D | hisax.h | 256 void (*l2tei) (struct PStack *, int, void *); member
|
D | isdnl2.c | 579 st->l2.l2tei(st, MDL_ASSIGN | INDICATION, NULL); in l2_mdl_assign() 590 st->l2.l2tei(st, MDL_ASSIGN | INDICATION, NULL); in l2_queue_ui_assign()
|
D | callc.c | 1031 (*stp)->l2.l2tei = dummy_pstack; in init_PStack()
|