Searched refs:l2_tei (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/isdn/mISDN/ |
D | layer2.c | 324 l2_tei(l2, prim, (u_long)arg); in l2mgr() 433 l2_tei(l2, MDL_STATUS_UI_IND, 0); in enqueue_ui() 778 l2_tei(l2, MDL_ASSIGN_IND, 0); in l2_mdl_assign() 789 l2_tei(l2, MDL_ASSIGN_IND, 0); in l2_queue_ui_assign() 840 l2_tei(l2, MDL_STATUS_UI_IND, 0); in l2_got_ui() 933 l2_tei(l2, MDL_STATUS_UP_IND, 0); in l2_start_multi() 1004 l2_tei(l2, MDL_STATUS_DOWN_IND, 0); in l2_stop_multi() 1041 l2_tei(l2, MDL_STATUS_UP_IND, 0); in l2_connected() 1059 l2_tei(l2, MDL_STATUS_DOWN_IND, 0); in l2_released() 1090 l2_tei(l2, MDL_STATUS_DOWN_IND, 0); in l2_st5_dm_release() [all …]
|
D | layer2.h | 98 extern int l2_tei(struct layer2 *, u_int, u_long arg);
|
D | tei.c | 943 l2_tei(struct layer2 *l2, u_int cmd, u_long arg) in l2_tei() function
|