Searched refs:atm_qos (Results 1 – 22 of 22) sorted by relevance
/linux-2.4.37.9/net/atm/ |
D | mpc.h | 43 struct atm_qos qos; 60 struct atm_mpoa_qos *atm_mpoa_add_qos(uint32_t dst_ip, struct atm_qos *qos);
|
D | signaling.h | 27 const struct sockaddr_atmsvc *svc,const struct atm_qos *qos,int reply);
|
D | common.h | 42 int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos);
|
D | mpoa_proc.c | 222 struct atm_qos qos; in parse_qos() 225 memset(&qos, 0, sizeof(struct atm_qos)); in parse_qos()
|
D | common.c | 936 static int atm_change_qos(struct atm_vcc *vcc,struct atm_qos *qos) in atm_change_qos() 975 static int check_qos(struct atm_qos *qos) in check_qos() 1004 struct atm_qos qos; in vcc_setsockopt()
|
D | signaling.c | 169 const struct sockaddr_atmsvc *svc,const struct atm_qos *qos,int reply) in sigd_enq2()
|
D | svc.c | 450 int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos) in svc_change_qos()
|
D | mpc.c | 159 struct atm_mpoa_qos *atm_mpoa_add_qos(uint32_t dst_ip, struct atm_qos *qos) in atm_mpoa_add_qos() 1103 else memset(&msg->qos,0,sizeof(struct atm_qos)); in check_qos_and_open_shortcut()
|
/linux-2.4.37.9/include/linux/ |
D | atm.h | 74 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos) 158 struct atm_qos { struct
|
D | atm_tcp.h | 41 struct atm_qos qos; /* both directions */
|
D | atmsvc.h | 33 struct atm_qos qos; /* QOS parameters */
|
D | atmmpc.h | 59 struct atm_qos qos;
|
D | atmdev.h | 286 struct atm_qos qos; /* QOS */ 377 int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags);
|
/linux-2.4.37.9/drivers/atm/ |
D | lanai.c | 1702 const struct atm_qos *qos) in lanai_setup_rx_vci_aal5() 1711 const struct atm_qos *qos) in lanai_setup_tx_vci() 2170 const struct atm_qos *qos) in vci0_is_ok() 2192 const struct atm_qos *qos = &atmvcc->qos; in vci_is_ok() 2273 static int pcr_to_cbricg(/*const*/ struct atm_qos *qos) in pcr_to_cbricg() 2718 /*const*/ struct atm_qos *qos, int flags) in lanai_change_qos()
|
D | idt77252.c | 133 static int idt77252_change_qos(struct atm_vcc *vcc, struct atm_qos *qos, 2162 struct atm_vcc *vcc, struct atm_qos *qos) in idt77252_init_cbr() 2232 struct atm_vcc *vcc, struct atm_qos *qos) in idt77252_init_ubr() 2264 struct atm_vcc *vcc, struct atm_qos *qos) in idt77252_init_tx() 2342 struct atm_vcc *vcc, struct atm_qos *qos) in idt77252_init_rx() 2640 idt77252_change_qos(struct atm_vcc *vcc, struct atm_qos *qos, int flags) in idt77252_change_qos() 2688 memcpy(&vcc->qos, qos, sizeof(struct atm_qos)); in idt77252_change_qos()
|
D | horizon.c | 2180 struct atm_qos * qos; in hrz_open() 2696 static int hrz_change_qos (struct atm_vcc * atm_vcc, struct atm_qos *qos, int flgs) {
|
D | fore200e.c | 1541 fore200e_rate_ctrl(struct atm_qos* qos, struct tpd_rate* rate) in fore200e_rate_ctrl() 2154 fore200e_change_qos(struct atm_vcc* vcc,struct atm_qos* qos, int flags) in fore200e_change_qos() 2188 memcpy(&vcc->qos, qos, sizeof(struct atm_qos)); in fore200e_change_qos()
|
D | firestream.c | 1279 static int fs_change_qos(struct atm_vcc *vcc,struct atm_qos *qos,int flags)
|
D | zatm.c | 1622 static int zatm_change_qos(struct atm_vcc *vcc,struct atm_qos *qos,int flags) in zatm_change_qos()
|
D | ambassador.c | 1130 struct atm_qos * qos; in amb_open()
|
D | eni.c | 1995 static int eni_change_qos(struct atm_vcc *vcc,struct atm_qos *qos,int flgs) in eni_change_qos()
|
D | iphase.c | 2779 static int ia_change_qos(struct atm_vcc *vcc, struct atm_qos *qos, int flags)
|