Searched refs:aal (Results 1 – 3 of 3) sorted by relevance
/net/atm/ |
D | common.c | 239 static int adjust_tp(struct atm_trafprm *tp,unsigned char aal) in adjust_tp() argument 244 switch (aal) { in adjust_tp() 253 "(%d)\n",aal); in adjust_tp() 364 switch (vcc->qos.aal) { in __vcc_connect() 375 vcc->qos.aal = ATM_AAL5; in __vcc_connect() 384 if (!error) error = adjust_tp(&vcc->qos.txtp,vcc->qos.aal); in __vcc_connect() 385 if (!error) error = adjust_tp(&vcc->qos.rxtp,vcc->qos.aal); in __vcc_connect() 388 pr_debug("VCC %d.%d, AAL %d\n",vpi,vci,vcc->qos.aal); in __vcc_connect() 435 vcc->qos.aal == ATM_AAL5 ? "" : vcc->qos.aal == ATM_AAL0 ? "" : in vcc_connect() 436 " ??? code ",vcc->qos.aal == ATM_AAL0 ? 0 : vcc->qos.aal); in vcc_connect() [all …]
|
D | proc.c | 42 static void add_stats(struct seq_file *seq, const char *aal, in add_stats() argument 45 seq_printf(seq, "%s ( %d %d %d %d %d )", aal, in add_stats() 163 vcc->qos.aal >= ARRAY_SIZE(aal_name) ? "err" : in pvc_info() 164 aal_name[vcc->qos.aal],vcc->qos.rxtp.min_pcr, in pvc_info()
|
D | mpoa_proc.c | 260 qos.aal = ATM_AAL5; in parse_qos()
|