Lines Matching refs:pvc_device
112 struct pvc_device {
116 struct pvc_device *next; /* Sorted in ascending DLCI order */
133 struct pvc_device *first_pvc;
167 static inline struct pvc_device *find_pvc(hdlc_device *hdlc, u16 dlci)
169 struct pvc_device *pvc = state(hdlc)->first_pvc;
182 static struct pvc_device *add_pvc(struct net_device *dev, u16 dlci)
185 struct pvc_device *pvc, **pvc_p = &state(hdlc)->first_pvc;
209 static inline int pvc_is_used(struct pvc_device *pvc)
214 static inline void pvc_carrier(int on, struct pvc_device *pvc)
235 struct pvc_device **pvc_p = &state(hdlc)->first_pvc;
239 struct pvc_device *pvc = *pvc_p;
251 static inline struct net_device **get_dev_p(struct pvc_device *pvc,
325 struct pvc_device *pvc = dev->ml_priv;
344 struct pvc_device *pvc = dev->ml_priv;
362 struct pvc_device *pvc = dev->ml_priv;
390 struct pvc_device *pvc = dev->ml_priv;
438 static inline void fr_log_dlci_active(struct pvc_device *pvc)
460 struct pvc_device *pvc = state(hdlc)->first_pvc;
553 struct pvc_device *pvc = state(hdlc)->first_pvc;
636 struct pvc_device *pvc;
849 static int fr_snap_parse(struct sk_buff *skb, struct pvc_device *pvc)
896 struct pvc_device *pvc;
1035 struct pvc_device *pvc = state(hdlc)->first_pvc;
1065 struct pvc_device *pvc;
1126 struct pvc_device *pvc;
1154 struct pvc_device *pvc = state(hdlc)->first_pvc;
1161 struct pvc_device *next = pvc->next;