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