Searched defs:pvc (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/net/wan/ | 
| D | hdlc_fr.c | 177 	struct pvc_device *pvc = state(hdlc)->first_pvc;  in find_pvc()  local194 	struct pvc_device *pvc, **pvc_p = &state(hdlc)->first_pvc;  in add_pvc()  local
 219 static inline int pvc_is_used(struct pvc_device *pvc)  in pvc_is_used()
 225 static inline void pvc_carrier(int on, struct pvc_device *pvc)  in pvc_carrier()
 251 			struct pvc_device *pvc = *pvc_p;  in delete_unused_pvcs()  local
 264 static inline struct net_device **get_dev_p(struct pvc_device *pvc,  in get_dev_p()
 344 	struct pvc_device *pvc = dev->ml_priv;  in pvc_open()  local
 364 	struct pvc_device *pvc = dev->ml_priv;  in pvc_close()  local
 383 	struct pvc_device *pvc = dev->ml_priv;  in pvc_ioctl()  local
 411 	struct pvc_device *pvc = dev->ml_priv;  in pvc_xmit()  local
 [all …]
 
 | 
| /Linux-v5.4/net/atm/ | 
| D | signaling.c | 143 	       struct atm_vcc *listen_vcc, const struct sockaddr_atmpvc *pvc,  in sigd_enq2()180 	      struct atm_vcc *listen_vcc, const struct sockaddr_atmpvc *pvc,  in sigd_enq()
 
 | 
| D | addr.c | 42 	struct sockaddr_atmpvc pvc;  in notify_sigd()  local
 | 
| D | common.c | 817 		struct sockaddr_atmpvc pvc;  in vcc_getsockopt()  local
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | atmsvc.h | 33 	struct sockaddr_atmpvc pvc;	/* indicate, okay (connect) */  member
 | 
| /Linux-v5.4/net/sched/ | 
| D | sch_atm.c | 621 		struct sockaddr_atmpvc pvc;  in atm_tc_dump_class()  local
 | 
| /Linux-v5.4/arch/powerpc/kvm/ | 
| D | book3s_hv.c | 2835 static bool can_piggyback(struct kvmppc_vcore *pvc, struct core_info *cip,  in can_piggyback()2866 	struct kvmppc_vcore *pvc, *vcnext;  in collect_piggybacks()  local
 3046 	struct kvmppc_vcore *pvc;  in kvmppc_run_core()  local
 
 |