Searched refs:pvc_device (Results 1 – 1 of 1) sorted by relevance
118 struct pvc_device { struct122 struct pvc_device *next; /* Sorted in ascending DLCI order */ argument139 struct pvc_device *first_pvc; argument177 static inline struct pvc_device *find_pvc(hdlc_device *hdlc, u16 dlci) in find_pvc()179 struct pvc_device *pvc = state(hdlc)->first_pvc; in find_pvc()193 static struct pvc_device *add_pvc(struct net_device *dev, u16 dlci) in add_pvc()196 struct pvc_device *pvc, **pvc_p = &state(hdlc)->first_pvc; in add_pvc()221 static inline int pvc_is_used(struct pvc_device *pvc) in pvc_is_used()227 static inline void pvc_carrier(int on, struct pvc_device *pvc) in pvc_carrier()249 struct pvc_device **pvc_p = &state(hdlc)->first_pvc; in delete_unused_pvcs()[all …]