Lines Matching refs:pvc_device
115 struct pvc_device { struct
119 struct pvc_device *next; /* Sorted in ascending DLCI order */ argument
136 struct pvc_device *first_pvc; argument
175 static inline struct pvc_device *find_pvc(hdlc_device *hdlc, u16 dlci) in find_pvc()
177 struct pvc_device *pvc = state(hdlc)->first_pvc; in find_pvc()
191 static struct pvc_device *add_pvc(struct net_device *dev, u16 dlci) in add_pvc()
194 struct pvc_device *pvc, **pvc_p = &state(hdlc)->first_pvc; in add_pvc()
219 static inline int pvc_is_used(struct pvc_device *pvc) in pvc_is_used()
225 static inline void pvc_carrier(int on, struct pvc_device *pvc) in pvc_carrier()
247 struct pvc_device **pvc_p = &state(hdlc)->first_pvc; in delete_unused_pvcs()
251 struct pvc_device *pvc = *pvc_p; in delete_unused_pvcs()
264 static inline struct net_device **get_dev_p(struct pvc_device *pvc, in get_dev_p()
344 struct pvc_device *pvc = dev->ml_priv; in pvc_open()
364 struct pvc_device *pvc = dev->ml_priv; in pvc_close()
383 struct pvc_device *pvc = dev->ml_priv; in pvc_ioctl()
411 struct pvc_device *pvc = dev->ml_priv; in pvc_xmit()
446 static inline void fr_log_dlci_active(struct pvc_device *pvc) in fr_log_dlci_active()
471 struct pvc_device *pvc = state(hdlc)->first_pvc; in fr_lmi_send()
568 struct pvc_device *pvc = state(hdlc)->first_pvc; in fr_set_link_state()
653 struct pvc_device *pvc; in fr_lmi_recv()
873 struct pvc_device *pvc; in fr_rx()
1028 struct pvc_device *pvc = state(hdlc)->first_pvc; in fr_close()
1059 struct pvc_device *pvc; in fr_add_pvc()
1118 struct pvc_device *pvc; in fr_del_pvc()
1146 struct pvc_device *pvc = state(hdlc)->first_pvc; in fr_destroy()
1152 struct pvc_device *next = pvc->next; in fr_destroy()