Home
last modified time | relevance | path

Searched refs:MDL_ERROR (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/isdn/hisax/
Dlmgr.c23 st->l2.l2tei(st, MDL_ERROR | REQUEST, NULL); in error_handling_dchan()
34 case (MDL_ERROR | INDICATION): in hisax_manager()
Disdnl2.c522 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'C'); in l2_mdl_error_ua()
524 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'D'); in l2_mdl_error_ua()
534 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'B'); in l2_mdl_error_dm()
536 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'E'); in l2_mdl_error_dm()
549 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'B'); in l2_st8_mdl_error_dm()
551 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'E'); in l2_st8_mdl_error_dm()
739 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'F'); in l2_restart_multi()
928 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'J'); in nrerrorrecovery()
997 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'A'); in l2_st7_got_super()
1159 st->ma.layer(st, MDL_ERROR | INDICATION, (void *) 'G'); in l2_st5_tout_200()
[all …]
Dtei.c164 ost->l2.l2tei(ost, MDL_ERROR | RESPONSE, NULL); in tei_id_assign()
279 st->l3.l3l2(st, MDL_ERROR | RESPONSE, NULL); in tei_id_req_tout()
385 case (MDL_ERROR | REQUEST): in tei_l2tei()
Dhisax.h75 #define MDL_ERROR 0x0288 macro