Lines Matching refs:pvc_device
115 struct pvc_device {
119 struct pvc_device *next; /* Sorted in ascending DLCI order */
136 struct pvc_device *first_pvc;
175 static inline struct pvc_device *find_pvc(hdlc_device *hdlc, u16 dlci)
177 struct pvc_device *pvc = state(hdlc)->first_pvc;
191 static struct pvc_device *add_pvc(struct net_device *dev, u16 dlci)
194 struct pvc_device *pvc, **pvc_p = &state(hdlc)->first_pvc;
219 static inline int pvc_is_used(struct pvc_device *pvc)
225 static inline void pvc_carrier(int on, struct pvc_device *pvc)
247 struct pvc_device **pvc_p = &state(hdlc)->first_pvc;
251 struct pvc_device *pvc = *pvc_p;
264 static inline struct net_device **get_dev_p(struct pvc_device *pvc,
341 struct pvc_device *pvc = dev->ml_priv;
361 struct pvc_device *pvc = dev->ml_priv;
380 struct pvc_device *pvc = dev->ml_priv;
408 struct pvc_device *pvc = dev->ml_priv;
456 static inline void fr_log_dlci_active(struct pvc_device *pvc)
481 struct pvc_device *pvc = state(hdlc)->first_pvc;
577 struct pvc_device *pvc = state(hdlc)->first_pvc;
662 struct pvc_device *pvc;
882 struct pvc_device *pvc;
1037 struct pvc_device *pvc = state(hdlc)->first_pvc;
1068 struct pvc_device *pvc;
1128 struct pvc_device *pvc;
1156 struct pvc_device *pvc = state(hdlc)->first_pvc;
1162 struct pvc_device *next = pvc->next;