pvc_device        119 drivers/net/wan/hdlc_fr.c 	struct pvc_device *next;	/* Sorted in ascending DLCI order */
pvc_device        136 drivers/net/wan/hdlc_fr.c 	struct pvc_device *first_pvc;
pvc_device        175 drivers/net/wan/hdlc_fr.c static inline struct pvc_device *find_pvc(hdlc_device *hdlc, u16 dlci)
pvc_device        177 drivers/net/wan/hdlc_fr.c 	struct pvc_device *pvc = state(hdlc)->first_pvc;
pvc_device        191 drivers/net/wan/hdlc_fr.c static struct pvc_device *add_pvc(struct net_device *dev, u16 dlci)
pvc_device        194 drivers/net/wan/hdlc_fr.c 	struct pvc_device *pvc, **pvc_p = &state(hdlc)->first_pvc;
pvc_device        219 drivers/net/wan/hdlc_fr.c static inline int pvc_is_used(struct pvc_device *pvc)
pvc_device        225 drivers/net/wan/hdlc_fr.c static inline void pvc_carrier(int on, struct pvc_device *pvc)
pvc_device        247 drivers/net/wan/hdlc_fr.c 	struct pvc_device **pvc_p = &state(hdlc)->first_pvc;
pvc_device        251 drivers/net/wan/hdlc_fr.c 			struct pvc_device *pvc = *pvc_p;
pvc_device        264 drivers/net/wan/hdlc_fr.c static inline struct net_device **get_dev_p(struct pvc_device *pvc,
pvc_device        344 drivers/net/wan/hdlc_fr.c 	struct pvc_device *pvc = dev->ml_priv;
pvc_device        364 drivers/net/wan/hdlc_fr.c 	struct pvc_device *pvc = dev->ml_priv;
pvc_device        383 drivers/net/wan/hdlc_fr.c 	struct pvc_device *pvc = dev->ml_priv;
pvc_device        411 drivers/net/wan/hdlc_fr.c 	struct pvc_device *pvc = dev->ml_priv;
pvc_device        446 drivers/net/wan/hdlc_fr.c static inline void fr_log_dlci_active(struct pvc_device *pvc)
pvc_device        471 drivers/net/wan/hdlc_fr.c 	struct pvc_device *pvc = state(hdlc)->first_pvc;
pvc_device        568 drivers/net/wan/hdlc_fr.c 	struct pvc_device *pvc = state(hdlc)->first_pvc;
pvc_device        653 drivers/net/wan/hdlc_fr.c 	struct pvc_device *pvc;
pvc_device        873 drivers/net/wan/hdlc_fr.c 	struct pvc_device *pvc;
pvc_device       1028 drivers/net/wan/hdlc_fr.c 	struct pvc_device *pvc = state(hdlc)->first_pvc;
pvc_device       1059 drivers/net/wan/hdlc_fr.c 	struct pvc_device *pvc;
pvc_device       1118 drivers/net/wan/hdlc_fr.c 	struct pvc_device *pvc;
pvc_device       1146 drivers/net/wan/hdlc_fr.c 	struct pvc_device *pvc = state(hdlc)->first_pvc;
pvc_device       1152 drivers/net/wan/hdlc_fr.c 		struct pvc_device *next = pvc->next;