Home
last modified time | relevance | path

Searched refs:l2_tei (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/isdn/mISDN/
H A Dlayer2.c315 l2_tei(l2, prim, (u_long)arg); in l2mgr()
424 l2_tei(l2, MDL_STATUS_UI_IND, 0); in enqueue_ui()
769 l2_tei(l2, MDL_ASSIGN_IND, 0); in l2_mdl_assign()
780 l2_tei(l2, MDL_ASSIGN_IND, 0); in l2_queue_ui_assign()
831 l2_tei(l2, MDL_STATUS_UI_IND, 0); in l2_got_ui()
923 l2_tei(l2, MDL_STATUS_UP_IND, 0); in l2_start_multi()
994 l2_tei(l2, MDL_STATUS_DOWN_IND, 0); in l2_stop_multi()
1031 l2_tei(l2, MDL_STATUS_UP_IND, 0); in l2_connected()
1049 l2_tei(l2, MDL_STATUS_DOWN_IND, 0); in l2_released()
1679 l2_tei(l2, MDL_STATUS_DOWN_IND, 0); in l2_st5_persistent_da()
[all …]
H A Dlayer2.h89 extern int l2_tei(struct layer2 *, u_int, u_long arg);
H A Dtei.c934 l2_tei(struct layer2 *l2, u_int cmd, u_long arg) in l2_tei() function