Symbol: atm_qos
drivers/atm/eni.c
1955
static int eni_change_qos(struct atm_vcc *vcc,struct atm_qos *qos,int flgs)
drivers/atm/fore200e.c
1289
fore200e_rate_ctrl(struct atm_qos* qos, struct tpd_rate* rate)
drivers/atm/fore200e.c
1886
fore200e_change_qos(struct atm_vcc* vcc,struct atm_qos* qos, int flags)
drivers/atm/fore200e.c
1920
memcpy(&vcc->qos, qos, sizeof(struct atm_qos));
drivers/atm/idt77252.c
130
static int idt77252_change_qos(struct atm_vcc *vcc, struct atm_qos *qos,
drivers/atm/idt77252.c
2137
struct atm_vcc *vcc, struct atm_qos *qos)
drivers/atm/idt77252.c
2207
struct atm_vcc *vcc, struct atm_qos *qos)
drivers/atm/idt77252.c
2243
struct atm_vcc *vcc, struct atm_qos *qos)
drivers/atm/idt77252.c
2321
struct atm_vcc *vcc, struct atm_qos *qos)
drivers/atm/idt77252.c
2570
idt77252_change_qos(struct atm_vcc *vcc, struct atm_qos *qos, int flags)
drivers/atm/idt77252.c
2618
memcpy(&vcc->qos, qos, sizeof(struct atm_qos));
drivers/atm/iphase.c
2742
static int ia_change_qos(struct atm_vcc *vcc, struct atm_qos *qos, int flags)
drivers/atm/lanai.c
1499
struct lanai_vcc *lvcc, const struct atm_qos *qos)
drivers/atm/lanai.c
1507
const struct atm_qos *qos)
drivers/atm/lanai.c
1970
const struct atm_qos *qos)
drivers/atm/lanai.c
1989
const struct atm_qos *qos = &atmvcc->qos;
drivers/atm/lanai.c
2067
static int pcr_to_cbricg(const struct atm_qos *qos)
drivers/atm/lanai.c
2434
/*const*/ struct atm_qos *qos, int flags)
include/linux/atmdev.h
102
struct atm_qos qos; /* QOS */
include/linux/atmdev.h
195
int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags);
include/uapi/linux/atm.h
73
#define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
include/uapi/linux/atm_tcp.h
40
struct atm_qos qos; /* both directions */
include/uapi/linux/atmmpc.h
61
struct atm_qos qos;
include/uapi/linux/atmsvc.h
35
struct atm_qos qos; /* QOS parameters */
net/atm/common.c
696
static int atm_change_qos(struct atm_vcc *vcc, struct atm_qos *qos)
net/atm/common.c
740
static int check_qos(const struct atm_qos *qos)
net/atm/common.c
771
struct atm_qos qos;
net/atm/common.h
52
int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos);
net/atm/mpc.c
1151
memset(&msg->qos, 0, sizeof(struct atm_qos));
net/atm/mpc.c
177
struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos)
net/atm/mpc.h
44
struct atm_qos qos;
net/atm/mpc.h
49
struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos);
net/atm/mpoa_proc.c
250
struct atm_qos qos;
net/atm/mpoa_proc.c
252
memset(&qos, 0, sizeof(struct atm_qos));
net/atm/signaling.c
196
const struct sockaddr_atmsvc *svc, const struct atm_qos *qos,
net/atm/signaling.h
25
const struct sockaddr_atmsvc *svc,const struct atm_qos *qos,int reply);
net/atm/svc.c
437
int svc_change_qos(struct atm_vcc *vcc, struct atm_qos *qos)