Searched refs:atm_qos (Results  1 – 22 of 22) sorted by relevance
| /Linux-v5.4/net/atm/ | 
| D | mpc.h | 44 	struct atm_qos qos;49 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos);
 
 | 
| D | signaling.h | 25     const struct sockaddr_atmsvc *svc,const struct atm_qos *qos,int reply);
 | 
| D | common.h | 52 int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos);
 | 
| D | mpoa_proc.c | 252 	struct atm_qos qos;  in parse_qos()254 	memset(&qos, 0, sizeof(struct atm_qos));  in parse_qos()
 
 | 
| D | common.c | 686 static int atm_change_qos(struct atm_vcc *vcc, struct atm_qos *qos)  in atm_change_qos()730 static int check_qos(const struct atm_qos *qos)  in check_qos()
 761 		struct atm_qos qos;  in vcc_setsockopt()
 
 | 
| D | signaling.c | 144 	       const struct sockaddr_atmsvc *svc, const struct atm_qos *qos,  in sigd_enq2()
 | 
| D | mpc.c | 177 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos)  in atm_mpoa_add_qos()1151 		memset(&msg->qos, 0, sizeof(struct atm_qos));  in check_qos_and_open_shortcut()
 
 | 
| D | svc.c | 432 int svc_change_qos(struct atm_vcc *vcc, struct atm_qos *qos)  in svc_change_qos()
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | atm.h | 73 #define SO_ATMQOS	__SO_ENCODE(SOL_ATM,2,struct atm_qos)160 struct atm_qos {  struct
 
 | 
| D | atm_tcp.h | 40 	struct atm_qos	qos;	/* both directions */
 | 
| D | atmsvc.h | 35 	struct atm_qos qos;		/* QOS parameters */
 | 
| D | atmmpc.h | 61         struct atm_qos qos;       
 | 
| /Linux-v5.4/include/linux/ | 
| D | atmdev.h | 102 	struct atm_qos	qos;		/* QOS */202 	int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags);
 
 | 
| /Linux-v5.4/drivers/atm/ | 
| D | lanai.c | 1500 	struct lanai_vcc *lvcc, const struct atm_qos *qos)  in lanai_setup_rx_vci_aal5()1508 	const struct atm_qos *qos)  in lanai_setup_tx_vci()
 1971 	const struct atm_qos *qos)  in vci0_is_ok()
 1990 	const struct atm_qos *qos = &atmvcc->qos;  in vci_is_ok()
 2068 static int pcr_to_cbricg(const struct atm_qos *qos)  in pcr_to_cbricg()
 2432 	/*const*/ struct atm_qos *qos, int flags)  in lanai_change_qos()
 
 | 
| D | idt77252.c | 130 static int idt77252_change_qos(struct atm_vcc *vcc, struct atm_qos *qos,2138 		  struct atm_vcc *vcc, struct atm_qos *qos)  in idt77252_init_cbr()
 2208 		  struct atm_vcc *vcc, struct atm_qos *qos)  in idt77252_init_ubr()
 2244 		 struct atm_vcc *vcc, struct atm_qos *qos)  in idt77252_init_tx()
 2322 		 struct atm_vcc *vcc, struct atm_qos *qos)  in idt77252_init_rx()
 2571 idt77252_change_qos(struct atm_vcc *vcc, struct atm_qos *qos, int flags)  in idt77252_change_qos()
 2619 	memcpy(&vcc->qos, qos, sizeof(struct atm_qos));  in idt77252_change_qos()
 
 | 
| D | horizon.c | 2098   struct atm_qos * qos;  in hrz_open()2589 static int hrz_change_qos (struct atm_vcc * atm_vcc, struct atm_qos *qos, int flgs) {
 
 | 
| D | fore200e.c | 1290 fore200e_rate_ctrl(struct atm_qos* qos, struct tpd_rate* rate)  in fore200e_rate_ctrl()1899 fore200e_change_qos(struct atm_vcc* vcc,struct atm_qos* qos, int flags)  in fore200e_change_qos()
 1933 	memcpy(&vcc->qos, qos, sizeof(struct atm_qos));  in fore200e_change_qos()
 
 | 
| D | firestream.c | 1261 static int fs_change_qos(struct atm_vcc *vcc,struct atm_qos *qos,int flags)
 | 
| D | zatm.c | 1433 static int zatm_change_qos(struct atm_vcc *vcc,struct atm_qos *qos,int flags)  in zatm_change_qos()
 | 
| D | ambassador.c | 1002   struct atm_qos * qos;  in amb_open()
 | 
| D | eni.c | 1958 static int eni_change_qos(struct atm_vcc *vcc,struct atm_qos *qos,int flgs)  in eni_change_qos()
 | 
| D | iphase.c | 2745 static int ia_change_qos(struct atm_vcc *vcc, struct atm_qos *qos, int flags)  
 |