Home
last modified time | relevance | path

Searched refs:first_pvc (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dhdlc_fr.c124 pvc_device *pvc = hdlc->state.fr.first_pvc; in find_pvc()
140 pvc_device *pvc, **pvc_p = &hdlc->state.fr.first_pvc; in add_pvc()
171 pvc_device **pvc_p = &hdlc->state.fr.first_pvc; in delete_unused_pvcs()
428 pvc_device *pvc = hdlc->state.fr.first_pvc; in fr_lmi_send()
533 pvc_device *pvc = hdlc->state.fr.first_pvc; in fr_timer()
646 pvc = hdlc->state.fr.first_pvc; in fr_lmi_recv()
674 pvc = hdlc->state.fr.first_pvc; in fr_lmi_recv()
726 pvc = hdlc->state.fr.first_pvc; in fr_lmi_recv()
898 pvc_device *pvc = hdlc->state.fr.first_pvc; in fr_close()
1023 pvc_device *pvc = hdlc->state.fr.first_pvc; in fr_destroy()
[all …]
/linux-2.4.37.9/include/linux/
Dhdlc.h123 pvc_device *first_pvc; member